module documentation

zmslog.py - ZMS Log Viewer

Defines ZMSLog for runtime logging, error reporting, and debugging output. It writes to application logs, formats diagnostic messages, and provides trace-level introspection.

License: GNU General Public License v2 or later, Organization: ZMS Publishing

Class ZMSLog ZMI-accessible log viewer and remote filesystem utility.
Function log_time Return a compact ISO-like timestamp suitable for log lines.
Function severity_string Convert a severity code to a string.
def log_time(): (source)

Return a compact ISO-like timestamp suitable for log lines.

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

Convert a severity code to a string.