class moa.logger.MoaFormatter(fmt=None, datefmt=None)

A somewhat more advanced formatter

format(record)

Defines two extra fields in the record class, upon formatting: - visual, a visual indication of the severity of the message - tb, a formatted traceback, used when sending mail @param record: the log message record