logging :: RootLogger :: Class RootLogger
[hide private]
[frames] | no frames]

Class RootLogger

source code

Filterer --+    
           |    
      Logger --+
               |
              RootLogger

A root logger is not that different to any other logger, except that it must have a logging level and there is only one instance of it in the hierarchy.

Instance Methods [hide private]
 
__init__(self, level)
Initialize the logger with the name "root".
source code

Inherited from Logger: addHandler, callHandlers, critical, debug, error, exception, fatal, findCaller, getEffectiveLevel, handle, info, isEnabledFor, log, makeRecord, removeHandler, setLevel, warn, warning

Inherited from Logger (private): _log

Inherited from Filterer: addFilter, filter, removeFilter

Class Variables [hide private]

Inherited from Logger: manager, root

Method Details [hide private]

__init__(self, level)
(Constructor)

source code 
Initialize the logger with the name "root".
Overrides: Logger.__init__