ATLAS Offline Software
Loading...
Searching...
No Matches
egDetailContainerCnv_p1.cxx File Reference
Include dependency graph for egDetailContainerCnv_p1.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 30 of file egDetailContainerCnv_p1.cxx.

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