![]() |
The Gaudi Framework
v40r0 (475e45c1)
|
#include "IncidentSvc.h"#include <GaudiKernel/AppReturnCode.h>#include <GaudiKernel/GaudiException.h>#include <GaudiKernel/IIncidentListener.h>#include <GaudiKernel/ISvcLocator.h>#include <GaudiKernel/Incident.h>#include <GaudiKernel/LockedChrono.h>#include <GaudiKernel/MsgStream.h>#include <GaudiKernel/SmartIF.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 42 of file IncidentSvc.cpp.
| #define ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) |
Definition at line 39 of file IncidentSvc.cpp.
| #define ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) |
Definition at line 40 of file IncidentSvc.cpp.
| #define VERMSG ON_VERBOSE verbose() |
Definition at line 43 of file IncidentSvc.cpp.