Trees | Index | Help |
|
---|
Package ZenUtils :: Module Logger |
|
Logger
Log messages from all confmon applications. Logger will use the new python loggin stuff to route log nad filter messages. This is also where lookups of error message translations happens.
$Id: Logger.py,v 1.3 2002/07/19 17:02:41 edahl Exp $Function Summary | |
---|---|
logger(level, message) -> log message with levl and time |
Variable Summary | |
---|---|
str |
__version__ = '1.3'
|
int |
CRITICAL = 4 |
int |
DEBUG = 1 |
int |
FATAL = 5 |
int |
INFORMATION = 2 |
tuple |
severities = ('NONE', 'DEBUG', 'WARNING', 'CRITICAL', 'F...
|
int |
WARNING = 3 |
Function Details |
---|
logger(level, message)logger(level, message) -> log message with levl and time |
Variable Details |
---|
__version__
|
CRITICAL
|
DEBUG
|
FATAL
|
INFORMATION
|
severities
|
WARNING
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:11 2007 | http://epydoc.sf.net |