ATLAS Offline Software
Loading...
Searching...
No Matches
ClassIDSvc.cxx File Reference
#include <fstream>
#include <iostream>
#include <iterator>
#include <boost/algorithm/string/trim.hpp>
#include <boost/algorithm/string/split.hpp>
#include "GaudiKernel/IIncidentSvc.h"
#include "GaudiKernel/Incident.h"
#include "GaudiKernel/ModuleIncident.h"
#include "GaudiKernel/System.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/ServiceHandle.h"
#include "AthenaKernel/CLIDRegistry.h"
#include "AthenaKernel/errorcheck.h"
#include "CxxUtils/checker_macros.h"
#include "ClassIDSvc.h"

Go to the source code of this file.

Macros

#define ATH_MSG_LVL(lvl, x)
#define ATH_MSG_VERBOSE(x)
#define ATH_MSG_DEBUG(x)
#define ATH_MSG_INFO(x)
#define ATH_MSG_WARNING(x)
#define ATH_MSG_ERROR(x)
#define ATH_CONST_MSG_VERBOSE(x)

Macro Definition Documentation

◆ ATH_CONST_MSG_VERBOSE

#define ATH_CONST_MSG_VERBOSE ( x)
Value:
do { \
if (msgLevel(MSG::VERBOSE)) { \
verbose() << x << endmsg; \
} \
} while (0)
#define endmsg
#define x

Definition at line 47 of file ClassIDSvc.cxx.

47#define ATH_CONST_MSG_VERBOSE(x) \
48 do { \
49 if (msgLevel(MSG::VERBOSE)) { \
50 verbose() << x << endmsg; \
51 } \
52 } while (0)

◆ ATH_MSG_DEBUG

#define ATH_MSG_DEBUG ( x)
Value:
ATH_MSG_LVL(MSG::DEBUG, x)
#define ATH_MSG_LVL(lvl, x)

Definition at line 42 of file ClassIDSvc.cxx.

◆ ATH_MSG_ERROR

#define ATH_MSG_ERROR ( x)
Value:
ATH_MSG_LVL(MSG::ERROR, x)

Definition at line 45 of file ClassIDSvc.cxx.

◆ ATH_MSG_INFO

#define ATH_MSG_INFO ( x)
Value:
ATH_MSG_LVL(MSG::INFO, x)

Definition at line 43 of file ClassIDSvc.cxx.

◆ ATH_MSG_LVL

#define ATH_MSG_LVL ( lvl,
x )
Value:
do { \
if (msgLevel(lvl)) { \
msgStream(lvl) << x << endmsg; \
} \
} while (0)

Definition at line 34 of file ClassIDSvc.cxx.

34#define ATH_MSG_LVL(lvl, x) \
35 do { \
36 if (msgLevel(lvl)) { \
37 msgStream(lvl) << x << endmsg; \
38 } \
39 } while (0)

◆ ATH_MSG_VERBOSE

#define ATH_MSG_VERBOSE ( x)
Value:
ATH_MSG_LVL(MSG::VERBOSE, x)

Definition at line 41 of file ClassIDSvc.cxx.

◆ ATH_MSG_WARNING

#define ATH_MSG_WARNING ( x)
Value:
ATH_MSG_LVL(MSG::WARNING, x)

Definition at line 44 of file ClassIDSvc.cxx.