Package rrlog :: Module logging23
[hide private]
[frames] | no frames]

Module logging23

source code


Author: Ruben Reifenberg

Classes [hide private]
  _Handler
Functions [hide private]
 
seFilesExclude(fname)
callable that exludes logging.__init__ from stack extraction.
source code
 
handler(*args, **kwargs) source code
 
useALogger() source code
Variables [hide private]
  LEVELMAP = {0: '', 10: 'D', 20: 'I', 30: 'W', 40: 'E', 50: 'C'}
1:1 mapping of single characters (Like "E") to the level constants of the standard logging module; {logging-level: Category-Character}.
Function Details [hide private]

seFilesExclude(fname)

source code 

callable that exludes logging.__init__ from stack extraction.

Returns:
True if fname is "logging/__init__.py"

Variables Details [hide private]

LEVELMAP

1:1 mapping of single characters (Like "E") to the level constants of the standard logging module; {logging-level: Category-Character}. You may modify this.
Value:
{0: '', 10: 'D', 20: 'I', 30: 'W', 40: 'E', 50: 'C'}