#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/IssueSeverity.h>
|
| enum | Level {
NIL = 0,
VERBOSE,
DEBUG,
DEBUG1,
DEBUG2,
DEBUG3,
INFO,
WARNING,
RECOVERABLE,
ERROR,
FATAL,
ALWAYS,
NUM_LEVELS,
NIL = 0,
VERBOSE,
DEBUG,
DEBUG1,
DEBUG2,
DEBUG3,
INFO,
WARNING,
RECOVERABLE,
ERROR,
FATAL,
ALWAYS,
NUM_LEVELS
} |
| |
| enum | Level {
NIL = 0,
VERBOSE,
DEBUG,
DEBUG1,
DEBUG2,
DEBUG3,
INFO,
WARNING,
RECOVERABLE,
ERROR,
FATAL,
ALWAYS,
NUM_LEVELS,
NIL = 0,
VERBOSE,
DEBUG,
DEBUG1,
DEBUG2,
DEBUG3,
INFO,
WARNING,
RECOVERABLE,
ERROR,
FATAL,
ALWAYS,
NUM_LEVELS
} |
| |
Definition at line 42 of file IssueSeverity.h.
| Enumerator |
|---|
| NIL |
|
| VERBOSE |
|
| DEBUG |
|
| DEBUG1 |
|
| DEBUG2 |
|
| DEBUG3 |
|
| INFO |
|
| WARNING |
|
| RECOVERABLE |
|
| ERROR |
|
| FATAL |
|
| ALWAYS |
|
| NUM_LEVELS |
|
| NIL |
|
| VERBOSE |
|
| DEBUG |
|
| DEBUG1 |
|
| DEBUG2 |
|
| DEBUG3 |
|
| INFO |
|
| WARNING |
|
| RECOVERABLE |
|
| ERROR |
|
| FATAL |
|
| ALWAYS |
|
| NUM_LEVELS |
|
Definition at line 46 of file IssueSeverity.h.
| Enumerator |
|---|
| NIL |
|
| VERBOSE |
|
| DEBUG |
|
| DEBUG1 |
|
| DEBUG2 |
|
| DEBUG3 |
|
| INFO |
|
| WARNING |
|
| RECOVERABLE |
|
| ERROR |
|
| FATAL |
|
| ALWAYS |
|
| NUM_LEVELS |
|
| NIL |
|
| VERBOSE |
|
| DEBUG |
|
| DEBUG1 |
|
| DEBUG2 |
|
| DEBUG3 |
|
| INFO |
|
| WARNING |
|
| RECOVERABLE |
|
| ERROR |
|
| FATAL |
|
| ALWAYS |
|
| NUM_LEVELS |
|
Definition at line 46 of file IssueSeverity.h.
| IssueSeverity::IssueSeverity |
( |
| ) |
|
|
inline |
| IssueSeverity::IssueSeverity |
( |
const IssueSeverity::Level & |
level, |
|
|
int |
line, |
|
|
const std::string & |
file, |
|
|
const std::string & |
msg = "" |
|
) |
| |
|
inline |
| IssueSeverity::~IssueSeverity |
( |
| ) |
|
| IssueSeverity::IssueSeverity |
( |
| ) |
|
| IssueSeverity::IssueSeverity |
( |
const IssueSeverity::Level & |
level, |
|
|
int |
line, |
|
|
const std::string & |
file, |
|
|
const std::string & |
msg = "" |
|
) |
| |
| IssueSeverity::~IssueSeverity |
( |
| ) |
|
| std::string IssueSeverity::getMsg |
( |
| ) |
const |
|
inline |
| std::string IssueSeverity::getMsg |
( |
| ) |
const |
|
inline |
| std::string IssueSeverity::getOrigin |
( |
| ) |
const |
| std::string IssueSeverity::getOrigin |
( |
| ) |
const |
| void IssueSeverity::init |
( |
| ) |
|
|
staticprivate |
Definition at line 15 of file IssueSeverity.cpp.
StatusCode service(const Gaudi::Utils::TypeNameString &name, T *&svc, bool createIf=true)
Templated method to access a service by name.
GAUDI_API ISvcLocator * svcLocator()
static IIssueLogger * m_ers
| static void IssueSeverity::init |
( |
| ) |
|
|
staticprivate |
Definition at line 51 of file IssueSeverity.cpp.
This class is used for returning status codes from appropriate routines.
IssueSeverity::Level m_level
| void IssueSeverity::report |
( |
| ) |
|
| void IssueSeverity::report |
( |
| ) |
|
Definition at line 32 of file IssueSeverity.cpp.
37 std::cerr << *
this << std::endl;
virtual void report(IssueSeverity::Level level, const std::string &msg, const std::string &origin)=0
static IIssueLogger * m_ers
| void IssueSeverity::setMsg |
( |
const std::string & |
m | ) |
|
|
inline |
| void IssueSeverity::setMsg |
( |
const std::string & |
m | ) |
|
|
inline |
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const IssueSeverity & |
rhs |
|
) |
| |
|
friend |
Definition at line 157 of file IssueSeverity.h.
159 <<
" msg: " << rhs.
getMsg();
std::string getOrigin() const
IssueSeverity::Level getLevel() const
std::string getMsg() const
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const IssueSeverity & |
rhs |
|
) |
| |
|
friend |
Definition at line 157 of file IssueSeverity.h.
159 <<
" msg: " << rhs.
getMsg();
std::string getOrigin() const
IssueSeverity::Level getLevel() const
std::string getMsg() const
| std::string IssueSeverity::m_file |
|
private |
| static bool IssueSeverity::m_init |
|
staticprivate |
| int IssueSeverity::m_line |
|
private |
| std::string IssueSeverity::m_msg |
|
private |
| bool IssueSeverity::m_reported |
|
private |
The documentation for this class was generated from the following files: