ATLAS Offline Software
|
Go to the source code of this file.
Macros | |
#define | TRG_MSG_LVL_NOCHK(lvl, x) this->msg(lvl) << x << TrigConf::endmsgtc |
#define | TRG_MSG_LVL(lvl, x) if (this->msgLvl (lvl)) {TRG_MSG_LVL_NOCHK(lvl, x);} |
#define | TRG_MSG_VERBOSE(x) TRG_MSG_LVL(TrigConf::MSGTC::VERBOSE, x) |
#define | TRG_MSG_DEBUG(x) TRG_MSG_LVL(TrigConf::MSGTC::DEBUG, x) |
#define | TRG_MSG_INFO(x) TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::INFO, x) |
#define | TRG_MSG_WARNING(x) TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::WARNING, x) |
#define | TRG_MSG_ERROR(x) TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::ERROR, x) |
#define | TRG_MSG_FATAL(x) TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::FATAL, x) |
#define | TRG_MSG_ALWAYS(x) TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::ALWAYS, x) |
#define | TRG_MSG(lvl) if (this->msgLvl(TrigConf::MSGTC::lvl)) this->msg(TrigConf::MSGTC::lvl) |
Definition at line 35 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.
#define TRG_MSG_ALWAYS | ( | x | ) | TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::ALWAYS, x) |
Definition at line 32 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.
#define TRG_MSG_DEBUG | ( | x | ) | TRG_MSG_LVL(TrigConf::MSGTC::DEBUG, x) |
Definition at line 26 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.
#define TRG_MSG_ERROR | ( | x | ) | TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::ERROR, x) |
Definition at line 30 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.
#define TRG_MSG_FATAL | ( | x | ) | TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::FATAL, x) |
Definition at line 31 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.
#define TRG_MSG_INFO | ( | x | ) | TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::INFO, x) |
Definition at line 28 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.
#define TRG_MSG_LVL | ( | lvl, | |
x | |||
) | if (this->msgLvl (lvl)) {TRG_MSG_LVL_NOCHK(lvl, x);} |
Definition at line 22 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.
#define TRG_MSG_LVL_NOCHK | ( | lvl, | |
x | |||
) | this->msg(lvl) << x << TrigConf::endmsgtc |
Definition at line 19 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.
#define TRG_MSG_VERBOSE | ( | x | ) | TRG_MSG_LVL(TrigConf::MSGTC::VERBOSE, x) |
Definition at line 25 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.
#define TRG_MSG_WARNING | ( | x | ) | TRG_MSG_LVL_NOCHK(TrigConf::MSGTC::WARNING, x) |
Definition at line 29 of file Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStreamMacros.h.