Home | Trees | Indices | Help |
---|
|
This is the base class for all classes that want to use the logging
system. The class has only one public property logger, which returns a logging.Logger
instance. The filename of the log is defined in config.LOG_FILENAME, the logging level in config.LOG_LEVEL and the rollover size of the logfile in
config.LOG_ROLLOVER_SIZE.
|
|||
|
|||
logging.Logger
|
|
||
logging.Logger
|
|
|
|||
dict |
_loggers = {} Stores all instances of logging.Logger that are created
by the property function logger with their name as key.
|
|
|||
string |
_source_name = None The value of this variable will be used in the loggers names. |
|
Initialize the BaseLogger.
|
Returns a If the is an instance variable The
|
Creates a
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Sep 16 13:42:03 2010 | http://epydoc.sourceforge.net |