 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef INDETEVENTATHENAPOOL_MSGFIX
6#define INDETEVENTATHENAPOOL_MSGFIX
15#define MSG_DEBUG(log, x) \
16 do { if (log.level()<=MSG::DEBUG) { log << MSG::DEBUG << x << endmsg; } } while (0)
17#define MSG_VERBOSE(log, x) \
18 do { if (log.level()<=MSG::VERBOSE) { log << MSG::VERBOSE << x << endmsg; } } while (0)