Classes | |
class | NuWaLogger |
Functions | |
def | NuWaError |
Variables | |
string | __version__ = '1.0.2' |
string | __author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)' |
list | __all__ = [ 'log', 'logging', 'NuWaError' ] |
tuple | log = logging.getLogger() |
tuple | hdlr = logging.StreamHandler( sys.stdout ) |
tuple | frmt = logging.Formatter( "Py:%(name)-14s%(levelname)8s %(message)s" ) |
def DybPython::Logging::NuWaError | ( | descr | ) |
Definition at line 105 of file Logging.py.
00105 : 00106 raise RuntimeError( descr ) # <== Note exception! raise RuntimeError( descr ) # <== Note exception!
string DybPython::Logging::__version__ = '1.0.2' [static] |
Definition at line 13 of file Logging.py.
string DybPython::Logging::__author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)' [static] |
Definition at line 14 of file Logging.py.
list DybPython::Logging::__all__ = [ 'log', 'logging', 'NuWaError' ] [static] |
Definition at line 16 of file Logging.py.
tuple DybPython::Logging::log = logging.getLogger() [static] |
Definition at line 94 of file Logging.py.
tuple DybPython::Logging::hdlr = logging.StreamHandler( sys.stdout ) [static] |
Definition at line 96 of file Logging.py.
tuple DybPython::Logging::frmt = logging.Formatter( "Py:%(name)-14s%(levelname)8s %(message)s" ) [static] |
Definition at line 97 of file Logging.py.