Home | Trees | Indices | Help |
|
---|
|
Extends the logging module from the standard library.
Classes | |
ColorFormatter A color Formatter for the logging standard module. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
LOG_FORMAT = '%(asctime)s - (%(name)s) %(levelname)s: %(messag
|
|
LOG_DATE_FORMAT = '%Y-%m-%d %H:%M:%S'
|
|
THRESHOLD_MAP = {'LOG_DEBUG': 'DEBUG', 'LOG_INFO': 'INFO', 'LO
|
Function Details |
Install a color formatter on the 'logger'. If not given, it will defaults to the default logger. Any additional keyword will be passed as-is to the ColorFormatter constructor. |
Variables Details |
LOG_FORMAT
|
THRESHOLD_MAP
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 31 18:19:13 2012 | http://epydoc.sourceforge.net |