The Gaudi Framework
v30r3 (a5ef0a68)
|
#include "IncidentProcAlg.h"
#include "GaudiKernel/IIncidentListener.h"
#include "GaudiKernel/IIncidentSvc.h"
#include "GaudiKernel/Incident.h"
#include "GaudiKernel/ThreadLocalContext.h"
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() |
#define DEBMSG ON_DEBUG debug() |
Definition at line 11 of file IncidentProcAlg.cpp.
#define ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) |
Definition at line 8 of file IncidentProcAlg.cpp.
#define ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) |
Definition at line 9 of file IncidentProcAlg.cpp.
#define VERMSG ON_VERBOSE verbose() |
Definition at line 12 of file IncidentProcAlg.cpp.