This subclass of MasterLogFormatter does not include exception information in the log file. More...
This subclass of MasterLogFormatter does not include exception information in the log file.
This is done to prevent cluttering of the log file.
Public Member Functions | |
def | formatException (self, ei) |
Returns nothing to indicate no exception information should be printed. More... | |
![]() | |
def | __init__ |
MasterLogFormatter constructor. More... | |
def | logthread (self) |
The name of the batch thread or process that generated log messages, if the LogRecord does not supply that already. More... | |
def | format (self, record) |
Replaces the logging.Formatter.format() function. More... | |
def produtil.log.JLogFormatter.formatException | ( | self, | |
ei | |||
) |
Returns nothing to indicate no exception information should be printed.
ei | the exception information to ignore |
Definition at line 114 of file log.py.
Referenced by produtil.log.MasterLogFormatter.format().