ATLAS Offline Software
MessageMacros.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 //
3 // Dear emacs, this is -*- c++ -*-
4 //
5 #ifndef XAODEVENTINFOATHENAPOOL_MESSAGEMACROS_H
6 #define XAODEVENTINFOATHENAPOOL_MESSAGEMACROS_H
7 
8 // Gaudi include(s).
9 #include "GaudiKernel/MsgStream.h"
10 
12 #define MSGLVL MSG::DEBUG
13 
15 #define ATH_MSG( MSG ) \
16  do { \
17  if( log.level() <= MSGLVL ) { \
18  log << MSGLVL << MSG << endmsg; \
19  } \
20  } while( 0 )
21 
22 #endif // XAODEVENTINFOATHENAPOOL_MESSAGEMACROS_H