Package elisa :: Package extern :: Package coherence :: Module logger
[hide private]
[frames] | no frames]

Module logger

source code

Classes [hide private]
  _Logger
a singleton LOG class
  Logger
Variables [hide private]
  LOG_UNSET = 0
  LOG_DEBUG = 10
  LOG_INFO = 20
  LOG_WARNING = 30
  LOG_ERROR = 40
  LOG_CRITICAL = 50
  LOG_NONE = 100
  log_levels = {'critical': 50, 'debug': 10, 'error': 40, 'info'...
Variables Details [hide private]

log_levels

Value:
{'critical': 50,
 'debug': 10,
 'error': 40,
 'info': 20,
 'none': 100,
 'warning': 30}