One can override the following variables :
LOG_LEVEL : The log level, from 0 to 5.
LOG_NONE = 0 => No log output LOG_CRITICAL = 1 => Critical problems (data consistency, module integrity, ...) LOG_ERROR = 2 => Error (runtime exceptions, ...) LOG_WARNING = 3 => Warning (non-blocking exceptions, ...) LOG_NOTICE = 4 => Notices (Special conditions, ...) LOG_DEBUG = 5 => Debug (Debugging information)
LOG_PROCESSOR : A dictionnary holding, for each key, the data processor.
FormatStack(stack) => string
Return a 'loggable' version of the stack trace
Log.FormatStack
Log(level, *args) => Pretty-prints data on the console with additional information.
Log.Log
LogCallStack(level,) => View the whole call stack for the specified call
Log.LogCallStack
LogException () => None
Print an exception information on the console
Log.LogException
LogFile : writes data to the LOG_OUTPUT file.
Log.LogFile
LogzLog : writes data though Zope's logging facility
Log.LogzLog
$Id: __init__.py 34605 2006-12-12 17:02:57Z roeder $
$Id: config.py 26268 2006-07-19 14:10:46Z roeder $
$Id: global_symbols.py 23558 2006-05-16 12:48:47Z roeder $
$Id: $
Created by Doc-Tool V0.9.1 on Tue Dec 26 11:13:35 2006