ATLAS Offline Software
Loading...
Searching...
No Matches
MsgStreamMacros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TRG_MSG_LVL_NOCHK(lvl, x)
#define TRG_MSG_LVL(lvl, x)
#define TRG_MSG_VERBOSE(x)
#define TRG_MSG_DEBUG(x)
#define TRG_MSG_INFO(x)
#define TRG_MSG_WARNING(x)
#define TRG_MSG_ERROR(x)
#define TRG_MSG_FATAL(x)
#define TRG_MSG_ALWAYS(x)
#define TRG_MSG(lvl)

Macro Definition Documentation

◆ TRG_MSG

#define TRG_MSG ( lvl)
Value:
if (this->msgLvl(TrigConf::MSGTC::lvl)) this->msg(TrigConf::MSGTC::lvl)
MsgStream & msg
Definition testRead.cxx:32

Definition at line 34 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.

34#define TRG_MSG(lvl) \
35 if (this->msgLvl(TrigConf::MSGTC::lvl)) this->msg(TrigConf::MSGTC::lvl)

◆ TRG_MSG_ALWAYS

◆ TRG_MSG_DEBUG

◆ TRG_MSG_ERROR

◆ TRG_MSG_FATAL

◆ TRG_MSG_INFO

◆ TRG_MSG_LVL

#define TRG_MSG_LVL ( lvl,
x )
Value:
if (this->msgLvl (lvl)) {TRG_MSG_LVL_NOCHK(lvl, x);}

Definition at line 21 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.

21#define TRG_MSG_LVL(lvl, x) \
22 if (this->msgLvl (lvl)) {TRG_MSG_LVL_NOCHK(lvl, x);}

◆ TRG_MSG_LVL_NOCHK

#define TRG_MSG_LVL_NOCHK ( lvl,
x )
Value:
this->msg(lvl) << x << TrigConf::endmsgtc
MsgStreamTC & endmsgtc(MsgStreamTC &s)
End of message.

Definition at line 18 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.

18#define TRG_MSG_LVL_NOCHK(lvl, x) \
19 this->msg(lvl) << x << TrigConf::endmsgtc

◆ TRG_MSG_VERBOSE

◆ TRG_MSG_WARNING