ATLAS Offline Software
Loading...
Searching...
No Matches
MsgUtil.h File Reference
#include "GaudiKernel/MsgStream.h"
Include dependency graph for MsgUtil.h:

Go to the source code of this file.

Macros

#define MSG_DEBUG(log, x)
#define MSG_VERBOSE(log, x)

Macro Definition Documentation

◆ MSG_DEBUG

#define MSG_DEBUG ( log,
x )
Value:
do { if (log.level()<=MSG::DEBUG) { log << MSG::DEBUG << x << endmsg; } } while (0)
#define endmsg
#define x

Definition at line 16 of file MsgUtil.h.

16#define MSG_DEBUG(log, x) \
17 do { if (log.level()<=MSG::DEBUG) { log << MSG::DEBUG << x << endmsg; } } while (0)

◆ MSG_VERBOSE

#define MSG_VERBOSE ( log,
x )
Value:
do { if (log.level()<=MSG::VERBOSE) { log << MSG::VERBOSE << x << endmsg; } } while (0)

Definition at line 18 of file MsgUtil.h.

18#define MSG_VERBOSE(log, x) \
19 do { if (log.level()<=MSG::VERBOSE) { log << MSG::VERBOSE << x << endmsg; } } while (0)