Home | Trees | Indices | Help |
|
---|
|
Define a logger interface and two concrete loggers: one which prints everything on stdout, the other using syslog. :copyright: 2000-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: General Public License version 2 - http://www.gnu.org/licenses # FIXME use logging from stdlib instead.
Classes | |
AbstractLogger logger interface. |
|
PrintLogger logger implementation |
|
SysLogger logger implementation |
Functions | |||
|
Variables | |
LOG_EMERG = 0
|
|
LOG_ALERT = 1
|
|
LOG_CRIT = 2
|
|
LOG_ERR = 3
|
|
LOG_WARN = 4
|
|
LOG_NOTICE = 5
|
|
LOG_INFO = 6
|
|
LOG_DEBUG = 7
|
|
INDICATORS = ['emergency', 'alert', 'critical', 'error', 'warn
|
Function Details |
return a logger for the given method known methods are 'print', 'eprint' and syslog' |
Variables Details |
INDICATORS
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Dec 1 09:46:46 2008 | http://epydoc.sourceforge.net |