ATLAS Offline Software
|
specialized logger to allow setting with Gaudi message levels ============ More...
Public Member Functions | |
def | setLevel (self, level) |
def | setFormat (self, fmt=None, datefmt=None) |
def | mapLevelLoggingToGaudi (self, level) |
def | mapLevelGaudiToLogging (self, level) |
def | all (self, msg, *args, **kwargs) |
def | verbose (self, msg, *args, **kwargs) |
Static Private Attributes | |
dictionary | __levelmap |
specialized logger to allow setting with Gaudi message levels ============
Definition at line 31 of file Control/AthenaCommon/python/Logging.py.
def python.Logging.AthenaLogger.all | ( | self, | |
msg, | |||
* | args, | ||
** | kwargs | ||
) |
Definition at line 71 of file Control/AthenaCommon/python/Logging.py.
def python.Logging.AthenaLogger.mapLevelGaudiToLogging | ( | self, | |
level | |||
) |
Definition at line 65 of file Control/AthenaCommon/python/Logging.py.
def python.Logging.AthenaLogger.mapLevelLoggingToGaudi | ( | self, | |
level | |||
) |
Definition at line 58 of file Control/AthenaCommon/python/Logging.py.
def python.Logging.AthenaLogger.setFormat | ( | self, | |
fmt = None , |
|||
datefmt = None |
|||
) |
Definition at line 48 of file Control/AthenaCommon/python/Logging.py.
def python.Logging.AthenaLogger.setLevel | ( | self, | |
level | |||
) |
Definition at line 40 of file Control/AthenaCommon/python/Logging.py.
def 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.