#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/IIncidentListener.h"
#include "GaudiKernel/Incident.h"
#include "GaudiKernel/GaudiException.h"
#include "GaudiKernel/LockedChrono.h"
#include "GaudiKernel/AppReturnCode.h"
#include "IncidentSvc.h"
Go to the source code of this file.
Defines |
| #define | ON_DEBUG if (UNLIKELY(outputLevel() <= MSG::DEBUG)) |
| #define | ON_VERBOSE if (UNLIKELY(outputLevel() <= MSG::VERBOSE)) |
| #define | DEBMSG ON_DEBUG debug() |
| #define | VERMSG ON_VERBOSE verbose() |
Define Documentation
| #define DEBMSG ON_DEBUG debug() |
| #define ON_DEBUG if (UNLIKELY(outputLevel() <= MSG::DEBUG)) |
| #define ON_VERBOSE if (UNLIKELY(outputLevel() <= MSG::VERBOSE)) |
| #define VERMSG ON_VERBOSE verbose() |