 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef XAODEVENTINFOATHENAPOOL_MESSAGEMACROS_H
6#define XAODEVENTINFOATHENAPOOL_MESSAGEMACROS_H
9#include "GaudiKernel/MsgStream.h"
12#define MSGLVL MSG::DEBUG
15#define ATH_MSG( MSG ) \
17 if( log.level() <= MSGLVL ) { \
18 log << MSGLVL << MSG << endmsg; \