Package elisa :: Package core :: Module log
[hide private]
[frames] | no frames]

Module log

source code

Classes [hide private]
  Loggable
Functions [hide private]
 
customStderrHandler(level, object, category, file, line, message)
A log handler that writes to stderr.
source code
 
setDebug(debug_string) source code
 
init(log_to_file=True) source code
Variables [hide private]
  DEBUG = 4
  ERROR = 1
  INFO = 3
  LOG = 5
  WARN = 2
Function Details [hide private]

customStderrHandler(level, object, category, file, line, message)

source code 
A log handler that writes to stderr.