![]() |
ATLAS Offline Software
|
specialized logger to allow setting with Gaudi message levels ============ More...
Public Member Functions | |
| setLevel (self, level) | |
| setFormat (self, fmt=None, datefmt=None) | |
| mapLevelLoggingToGaudi (self, level) | |
| mapLevelGaudiToLogging (self, level) | |
| all (self, msg, *args, **kwargs) | |
| verbose (self, msg, *args, **kwargs) | |
Static Public Attributes | |
| root | |
| manager | |
Static Private Attributes | |
| dict | __levelmap |
specialized logger to allow setting with Gaudi message levels ============
Definition at line 31 of file Control/AthenaCommon/python/Logging.py.
| python.Logging.AthenaLogger.all | ( | self, | |
| msg, | |||
| * | args, | ||
| ** | kwargs ) |
Definition at line 71 of file Control/AthenaCommon/python/Logging.py.
| python.Logging.AthenaLogger.mapLevelGaudiToLogging | ( | self, | |
| level ) |
Definition at line 65 of file Control/AthenaCommon/python/Logging.py.
| python.Logging.AthenaLogger.mapLevelLoggingToGaudi | ( | self, | |
| level ) |
Definition at line 58 of file Control/AthenaCommon/python/Logging.py.
Definition at line 48 of file Control/AthenaCommon/python/Logging.py.
| python.Logging.AthenaLogger.setLevel | ( | self, | |
| level ) |
Definition at line 40 of file Control/AthenaCommon/python/Logging.py.
| python.Logging.AthenaLogger.verbose | ( | self, | |
| msg, | |||
| * | args, | ||
| ** | kwargs ) |
Definition at line 77 of file Control/AthenaCommon/python/Logging.py.
|
staticprivate |
Definition at line 32 of file Control/AthenaCommon/python/Logging.py.
|
static |
Definition at line 89 of file Control/AthenaCommon/python/Logging.py.
|
static |
Definition at line 87 of file Control/AthenaCommon/python/Logging.py.