Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
formatters = {INFO: logging.Formatter(INFO_FORMAT), DEBUG: log
|
|
Format the specified record. If a formatter is set, use it. Otherwise, use the default formatter for the module.
|
Emit a record. If a formatter is specified, it is used to format the record. The record is then written to the stream with a trailing newline. If exception information is present, it is formatted using traceback.print_exception and appended to the stream. If the stream has an 'encoding' attribute, it is used to encode the message before output to the stream.
|
|
formatters
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 27 11:48:20 2011 | http://epydoc.sourceforge.net |