module documentation

Undocumented

Class ZMSLog No class docstring; 0/4 instance variable, 0/4 class variable, 0/1 constant, 4/13 methods documented
Function log_time Return a simple time string without spaces suitable for logging.
Function severity_string Convert a severity code to a string.
def log_time(): (source)

Return a simple time string without spaces suitable for logging.

def severity_string(severity, mapping={logging.DEBUG: 'DEBUG', logging.INFO: 'INFO', logging.ERROR: 'ERROR'}): (source)

Convert a severity code to a string.