#include "AthenaBaseComps/AthMessaging.h"
#include "GaudiKernel/MsgStream.h"
Go to the source code of this file.
◆ MSG_DEBUG
| #define MSG_DEBUG |
( |
| log, |
|
|
| x ) |
Value: do {
if ((log).level()<=MSG::DEBUG) { (log) << MSG::DEBUG << (
x) <<
endmsg; } }
while (0)
Definition at line 17 of file egammaMsgUtil.h.
17#define MSG_DEBUG(log, x) \
18 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 19 of file egammaMsgUtil.h.
19#define MSG_VERBOSE(log, x) \
20 do { if ((log).level()<=MSG::VERBOSE) { (log) << MSG::VERBOSE << (x) << endmsg; } } while (0)