Home | Trees | Indices | Help |
|
---|
|
Emulates part of the Python2.3 logging module.
Note: This will probably not work with Python < 2.2.
|
|||
Filterer A stripped down version of the logging.Filterer class. |
|||
StreamHandler A stripped down version of the logging.StreamHandler class. |
|||
FileHandler A stripped down version of the logging.FileHandler class. |
|||
Formatter A stripped down version of the logging.Formatter class. |
|||
LogRecord A stripped down version of the logging.LogRecord class. |
|||
Logger A stripped down version of the logging.Logger class. |
|
|||
|
|||
|
|||
str
|
|
||
|
|||
|
|
|||
__revision__ =
|
|||
_devlogfile =
|
|||
_log = None
|
|||
CRITICAL = 50
|
|||
FATAL = 50
|
|||
ERROR = 40
|
|||
WARNING = 30
|
|||
WARN = 30
|
|||
INFO = 20
|
|||
DEBUG = 10
|
|||
NOTSET = 0
|
|||
_names =
|
|||
_levels =
|
|||
_level_names =
|
|||
_srcfile =
|
|||
_startTime = 1183403229.7
|
|||
_handlers =
|
|||
_logger_registry =
|
|
|
|
|
_names
|
_levels
|
_level_names
|
_srcfile
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jul 2 15:07:10 2007 | http://epydoc.sourceforge.net |