The Gaudi Framework  v36r9p1 (5c15b2bb)
GaudiKernel.Constants Namespace Reference

Variables

list __all__
 (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE". More...
 
int ALL = 0
 
int VERBOSE = 1
 
int DEBUG = 2
 
int INFO = 3
 
int WARNING = 4
 
int ERROR = 5
 
int FATAL = 6
 
bool TRUE = True
 
bool FALSE = False
 
string error_explanation
 

Variable Documentation

◆ __all__

list GaudiKernel.Constants.__all__
private
Initial value:
1 = [
2  "ALL",
3  "VERBOSE",
4  "DEBUG",
5  "INFO",
6  "WARNING",
7  "ERROR",
8  "FATAL",
9  "TRUE",
10  "FALSE",
11 ]

(c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE".

# # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. #

File: AthenaCommon/python/Constants.py Author: Wim Lavrijsen (WLavr.nosp@m.ijse.nosp@m.n@lbl.nosp@m..gov)

Definition at line 15 of file Constants.py.

◆ ALL

int GaudiKernel.Constants.ALL = 0

Definition at line 28 of file Constants.py.

◆ DEBUG

int GaudiKernel.Constants.DEBUG = 2

Definition at line 30 of file Constants.py.

◆ ERROR

int GaudiKernel.Constants.ERROR = 5

Definition at line 33 of file Constants.py.

◆ error_explanation

string GaudiKernel.Constants.error_explanation
Initial value:
1 = """
2  ==> After this line, a hack will be executed, attempting to rectify the
3  ==> problem just reported. Since this hack may fail, and since it is a
4  ==> rather temporary measure hack, this is an ERROR, not a WARNING."""

Definition at line 41 of file Constants.py.

◆ FALSE

bool GaudiKernel.Constants.FALSE = False

Definition at line 38 of file Constants.py.

◆ FATAL

int GaudiKernel.Constants.FATAL = 6

Definition at line 34 of file Constants.py.

◆ INFO

int GaudiKernel.Constants.INFO = 3

Definition at line 31 of file Constants.py.

◆ TRUE

bool GaudiKernel.Constants.TRUE = True

Definition at line 37 of file Constants.py.

◆ VERBOSE

int GaudiKernel.Constants.VERBOSE = 1

Definition at line 29 of file Constants.py.

◆ WARNING

int GaudiKernel.Constants.WARNING = 4

Definition at line 32 of file Constants.py.