| Trees | Indices | Help |
|
|---|
|
|
|
|||
| logger | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
CRITICAL = 3
|
|||
DEBUG = 0
|
|||
ERROR = 3
|
|||
INFO = 1
|
|||
WARNING = 2
|
|||
_levels =
|
|||
Imports: sys, traceback
|
|||
AttachFileToLog( (str)spec, (str)filename [, (int)delay=100]) -> None :
Causes the log to write to a file
C++ signature :
void AttachFileToLog(std::string,std::string [,int=100])
|
DisableLog( (str)arg1) -> None :
C++ signature :
void DisableLog(std::string)
|
EnableLog( (str)arg1) -> None :
C++ signature :
void EnableLog(std::string)
|
LogMessage( (str)arg1, (str)arg2) -> None :
C++ signature :
void LogMessage(std::string,std::string)
|
|
|||
_levels
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Apr 3 06:05:32 2009 | http://epydoc.sourceforge.net |