HWRF  trunk@4391
Public Member Functions | List of all members
produtil.log.JLogFormatter Class Reference

This subclass of MasterLogFormatter does not include exception information in the log file. More...

Detailed Description

This subclass of MasterLogFormatter does not include exception information in the log file.

This is done to prevent cluttering of the log file.

Definition at line 110 of file log.py.

Inheritance diagram for produtil.log.JLogFormatter:
produtil.log.MasterLogFormatter

Public Member Functions

def formatException (self, ei)
 Returns nothing to indicate no exception information should be printed. More...
 
- Public Member Functions inherited from produtil.log.MasterLogFormatter
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...
 

Member Function Documentation

def produtil.log.JLogFormatter.formatException (   self,
  ei 
)

Returns nothing to indicate no exception information should be printed.

Parameters
eithe exception information to ignore

Definition at line 114 of file log.py.

Referenced by produtil.log.MasterLogFormatter.format().


The documentation for this class was generated from the following file: