Trees | Indices | Help |
|
---|
|
logging.Filterer --+ | logging.Logger --+ | XLogger
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Base logging class fo xlogging. After importing xlogging this class set as default class for new loggers.
|
Log 'msg % args' with severity 'TRACE'. To pass exception information, use the keyword argument exc_info with a true value, e.g. logger.trace("Houston, we have a %s", "thorny problem", exc_info=1) |
Log 'msg % args' with severity 'DBGTRACE'. To pass exception information, use the keyword argument exc_info with a true value, e.g. logger.dbgtrace("Houston, we have a %s", "thorny problem", exc_info=1) |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Dec 1 23:43:15 2008 | http://epydoc.sourceforge.net |