ATLAS Offline Software
Loading...
Searching...
No Matches
egDetailContainerCnv_p2.cxx File Reference
Include dependency graph for egDetailContainerCnv_p2.cxx:

Go to the source code of this file.

Macros

#define MSG_DEBUG(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 29 of file egDetailContainerCnv_p2.cxx.

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