ATLAS Offline Software
|
Functions | |
def | setRootLoggerLevel (level) |
Change the loggging level of the root logger. More... | |
Variables | |
msg | |
base logger Note we do not setup a root logger, as this has nasty interactions with the PyUtils root logger (double copies of messages). More... | |
stdLogLevels | |
Map strings to standard logging levels FATAL is the same level as CRITICAL (used for parsing athena logfiles); ditto for VERBOSE==DEBUG. More... | |
stdLogLevelsByCritcality | |
This is the correct order to put the most serious stuff first. More... | |
hdlr | |
frmt | |
def python.trfLogger.setRootLoggerLevel | ( | level | ) |
python.trfLogger.frmt |
Definition at line 49 of file trfLogger.py.
python.trfLogger.hdlr |
Definition at line 47 of file trfLogger.py.
python.trfLogger.msg |
base logger Note we do not setup a root logger, as this has nasty interactions with the PyUtils root logger (double copies of messages).
Instead we log in the transform module space.
Definition at line 23 of file trfLogger.py.
python.trfLogger.stdLogLevels |
Map strings to standard logging levels FATAL is the same level as CRITICAL (used for parsing athena logfiles); ditto for VERBOSE==DEBUG.
Definition at line 27 of file trfLogger.py.
python.trfLogger.stdLogLevelsByCritcality |
This is the correct order to put the most serious stuff first.
Definition at line 39 of file trfLogger.py.