Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Variables
python.Constants Namespace Reference

Variables

list __all__ = [ 'ALL', 'VERBOSE', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'FATAL' ]
 
int ALL = 0
 message levels --------------------------------------------------------— More...
 
int VERBOSE = 1
 
int DEBUG = 2
 
int INFO = 3
 
int WARNING = 4
 
int ERROR = 5
 
int FATAL = 6
 

Variable Documentation

◆ __all__

list python.Constants.__all__ = [ 'ALL', 'VERBOSE', 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'FATAL' ]
private

Definition at line 8 of file Control/AthenaCommon/python/Constants.py.

◆ ALL

int python.Constants.ALL = 0

message levels --------------------------------------------------------—

Definition at line 12 of file Control/AthenaCommon/python/Constants.py.

◆ DEBUG

int python.Constants.DEBUG = 2

Definition at line 14 of file Control/AthenaCommon/python/Constants.py.

◆ ERROR

int python.Constants.ERROR = 5

Definition at line 17 of file Control/AthenaCommon/python/Constants.py.

◆ FATAL

int python.Constants.FATAL = 6

Definition at line 18 of file Control/AthenaCommon/python/Constants.py.

◆ INFO

int python.Constants.INFO = 3

Definition at line 15 of file Control/AthenaCommon/python/Constants.py.

◆ VERBOSE

int python.Constants.VERBOSE = 1

Definition at line 13 of file Control/AthenaCommon/python/Constants.py.

◆ WARNING

int python.Constants.WARNING = 4

Definition at line 16 of file Control/AthenaCommon/python/Constants.py.