ATLAS Offline Software
Macros
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)   ATH_MSG_LVL(MSG::VERBOSE, x)
 
#define ATH_MSG_DEBUG(x)   ATH_MSG_LVL(MSG::DEBUG, x)
 
#define ATH_MSG_INFO(x)   ATH_MSG_LVL(MSG::INFO, x)
 
#define ATH_MSG_WARNING(x)   ATH_MSG_LVL(MSG::WARNING, x)
 
#define ATH_MSG_ERROR(x)   ATH_MSG_LVL(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)

Definition at line 48 of file ClassIDSvc.cxx.

◆ ATH_MSG_DEBUG

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

Definition at line 43 of file ClassIDSvc.cxx.

◆ ATH_MSG_ERROR

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

Definition at line 46 of file ClassIDSvc.cxx.

◆ ATH_MSG_INFO

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

Definition at line 44 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 35 of file ClassIDSvc.cxx.

◆ ATH_MSG_VERBOSE

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

Definition at line 42 of file ClassIDSvc.cxx.

◆ ATH_MSG_WARNING

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

Definition at line 45 of file ClassIDSvc.cxx.

x
#define x
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
python.Constants.VERBOSE
int VERBOSE
Definition: Control/AthenaCommon/python/Constants.py:14