Package conduit :: Module Logging :: Class ConduitLogger
[hide private]

Class ConduitLogger

source code


Instance Methods [hide private]
 
__init__(self, name)
Initialize the logger with a name and an optional level.
source code

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

Inherited from logging.Logger (private): _log

Inherited from logging.Filterer: addFilter, filter, removeFilter

Class Variables [hide private]
  FORMAT = "[%(name)-20s][%(levelname)-7s] %(message)s (%(filena...
  LOG_FILE_HANDLER = None

Inherited from logging.Logger: manager, root

Method Details [hide private]

__init__(self, name)
(Constructor)

source code 
Initialize the logger with a name and an optional level.
Overrides: logging.Logger.__init__
(inherited documentation)

Class Variable Details [hide private]

FORMAT

Value:
"[%(name)-20s][%(levelname)-7s] %(message)s (%(filename)s:%(lineno)d)"