ATLAS Offline Software
egammaMsgUtil.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef EGAMMAATHENAPOOL_EGAMMAMSGUTIL
6 #define EGAMMAATHENAPOOL_EGAMMAMSGUTIL
7 
9 #include "GaudiKernel/MsgStream.h"
10 
11 #ifdef MSG_DEBUG
12 #undef MSG_DEBUG
13 #endif
14 #ifdef MSG_VERBOSE
15 #undef MSG_VERBOSE
16 #endif
17 #define MSG_DEBUG(log, x) \
18  do { if ((log).level()<=MSG::DEBUG) { (log) << MSG::DEBUG << (x) << endmsg; } } while (0)
19 #define MSG_VERBOSE(log, x) \
20  do { if ((log).level()<=MSG::VERBOSE) { (log) << MSG::VERBOSE << (x) << endmsg; } } while (0)
21 
22 #endif
AthMessaging.h