| Trees | Indices | Help |
|
|---|
|
|
Initialization of the logging system.
An application that calls methods that use logging should first call init_logging, or else the logging messages will all get lost.
Author: Mark Granroth-Wilding <mark.granroth-wilding@ed.ac.uk>
|
|||
|
NullHandler A handler that drops all the logs. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_logger_id = 0
|
|||
__package__ =
|
|||
|
|||
Set up a logger to log to a file.
|
Creates a new logging that just outputs the messages to stderr, with no extra logging information. The log level will be set to debug by default, so logging anything to this logger is just the same as writing to stderr. If you call this more than once, a different logger will be returned.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |