| Home | Trees | Indices | Help |
|
|---|
|
|
Implements the logging facility for conary.
Similar to the C printf function, the functions in this module take a format string that specifies how the subsequent variables should be converted in the log output.
For example:
log.error("%s not found", foo)
|
|||
| SysLog | |||
| ErrorCheckingHandler | |||
| ConaryLogger | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
LOWLEVEL = 5
|
|||
syslog = None
|
|||
LOGGER_CONARY =
|
|||
LOGGER_CONARY_FORMATTED =
|
|||
logger = logging.getLogger(LOGGER_CONARY)
|
|||
hdlr = <conary.lib.log.ErrorCheckingHandler instance at 0x2b2d
|
|||
formatter = logging.Formatter('%(message)s')
|
|||
fmtLogger = <conary.lib.log.ConaryLogger instance at 0x2b2d804
|
|||
|
|||
|
|
|||
hdlr
|
fmtLogger
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Jul 10 11:46:02 2008 | http://epydoc.sourceforge.net |