Classes | |
class | AthenaLogger |
Functions | |
def | AthError |
Variables | |
string | __version__ = '1.0.2' |
string | __author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)' |
list | __all__ = [ 'log', 'logging', 'AthError' ] |
tuple | log = logging.getLogger() |
tuple | hdlr = logging.StreamHandler( sys.stdout ) |
tuple | frmt = logging.Formatter( "# Py:%(name)-14s%(levelname)8s %(message)s" ) |
def Logging::AthError | ( | descr | ) |
Definition at line 89 of file Logging.py.
00089 : 00090 raise RuntimeError( descr ) # <== Note exception! raise RuntimeError( descr ) # <== Note exception!
string Logging::__version__ = '1.0.2' [static] |
Definition at line 11 of file Logging.py.
string Logging::__author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)' [static] |
Definition at line 12 of file Logging.py.
list Logging::__all__ = [ 'log', 'logging', 'AthError' ] [static] |
Definition at line 14 of file Logging.py.
tuple Logging::log = logging.getLogger() [static] |
Definition at line 78 of file Logging.py.
tuple Logging::hdlr = logging.StreamHandler( sys.stdout ) [static] |
Definition at line 80 of file Logging.py.
tuple Logging::frmt = logging.Formatter( "# Py:%(name)-14s%(levelname)8s %(message)s" ) [static] |
Definition at line 81 of file Logging.py.