ATLAS Offline Software
Macros
egammaMsgUtil.h File Reference
#include "AthenaBaseComps/AthMessaging.h"
#include "GaudiKernel/MsgStream.h"
Include dependency graph for egammaMsgUtil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ MSG_DEBUG

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

Definition at line 18 of file egammaMsgUtil.h.

◆ MSG_VERBOSE

#define MSG_VERBOSE (   log,
  x 
)    do { if ((log).level()<=MSG::VERBOSE) { (log) << MSG::VERBOSE << (x) << endmsg; } } while (0)

Definition at line 20 of file egammaMsgUtil.h.