The Gaudi Framework  master (37c0b60a)
IncidentAsyncTestSvc.cpp File Reference
Include dependency graph for IncidentAsyncTestSvc.cpp:

Go to the source code of this file.

Macros

#define ON_DEBUG   if ( msgLevel( MSG::DEBUG ) )
 
#define ON_VERBOSE   if ( msgLevel( MSG::VERBOSE ) )
 
#define DEBMSG   ON_DEBUG debug()
 
#define VERMSG   ON_VERBOSE verbose()
 

Macro Definition Documentation

◆ DEBMSG

#define DEBMSG   ON_DEBUG debug()

Definition at line 31 of file IncidentAsyncTestSvc.cpp.

◆ ON_DEBUG

#define ON_DEBUG   if ( msgLevel( MSG::DEBUG ) )

Definition at line 28 of file IncidentAsyncTestSvc.cpp.

◆ ON_VERBOSE

#define ON_VERBOSE   if ( msgLevel( MSG::VERBOSE ) )

Definition at line 29 of file IncidentAsyncTestSvc.cpp.

◆ VERMSG

#define VERMSG   ON_VERBOSE verbose()

Definition at line 32 of file IncidentAsyncTestSvc.cpp.