 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef EGAMMAATHENAPOOL_EGAMMAMSGUTIL
6#define EGAMMAATHENAPOOL_EGAMMAMSGUTIL
9#include "GaudiKernel/MsgStream.h"
17#define MSG_DEBUG(log, x) \
18 do { if ((log).level()<=MSG::DEBUG) { (log) << MSG::DEBUG << (x) << endmsg; } } while (0)
19#define MSG_VERBOSE(log, x) \
20 do { if ((log).level()<=MSG::VERBOSE) { (log) << MSG::VERBOSE << (x) << endmsg; } } while (0)