module documentation

Undocumented

Constant DEBUG Undocumented
Constant DEFAULT​_LEVELS Undocumented
Constant DEFAULT​_TAGS Undocumented
Constant ERROR Undocumented
Constant INFO Undocumented
Constant SUCCESS Undocumented
Constant WARNING Undocumented
DEBUG: int =

Undocumented

Value
10
DEFAULT_LEVELS =

Undocumented

Value
{'DEBUG': DEBUG,
 'INFO': INFO,
 'SUCCESS': SUCCESS,
 'WARNING': WARNING,
 'ERROR': ERROR}
DEFAULT_TAGS =

Undocumented

Value
{DEBUG: 'debug',
 INFO: 'info',
 SUCCESS: 'success',
 WARNING: 'warning',
 ERROR: 'error'}
ERROR: int =

Undocumented

Value
40
INFO: int =

Undocumented

Value
20
SUCCESS: int =

Undocumented

Value
25
WARNING: int =

Undocumented

Value
30