|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
Variables | |
| list | __all__ |
| int | ALL = 0 |
| int | VERBOSE = 1 |
| int | DEBUG = 2 |
| int | INFO = 3 |
| int | WARNING = 4 |
| int | ERROR = 5 |
| int | FATAL = 6 |
| TRUE = True | |
| FALSE = False | |
| string | error_explanation |
Initial value:
[ 'ALL', 'VERBOSE', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'FATAL', 'TRUE', 'FALSE' ]
Definition at line 6 of file Constants.py.
| int Constants::ALL = 0 |
Definition at line 11 of file Constants.py.
| int Constants::DEBUG = 2 |
Definition at line 13 of file Constants.py.
| int Constants::ERROR = 5 |
Definition at line 16 of file Constants.py.
| string Constants::error_explanation |
Initial value:
""" ==> After this line, a hack will be executed, attempting to rectify the ==> problem just reported. Since this hack may fail, and since it is a ==> rather temporary measure hack, this is an ERROR, not a WARNING."""
Definition at line 24 of file Constants.py.
| Constants::FALSE = False |
Definition at line 21 of file Constants.py.
| int Constants::FATAL = 6 |
Definition at line 17 of file Constants.py.
| int Constants::INFO = 3 |
Definition at line 14 of file Constants.py.
| Constants::TRUE = True |
Definition at line 20 of file Constants.py.
| int Constants::VERBOSE = 1 |
Definition at line 12 of file Constants.py.
| int Constants::WARNING = 4 |
Definition at line 15 of file Constants.py.