#include "GaudiKernel/Service.h"
#include "GaudiKernel/PropertyMgr.h"
#include "GaudiKernel/IMessageSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/ISvcManager.h"
#include "GaudiKernel/IAuditorSvc.h"
#include "GaudiKernel/IJobOptionsSvc.h"
#include "GaudiKernel/GaudiException.h"
#include "GaudiKernel/ServiceLocatorHelper.h"
#include "GaudiKernel/ThreadGaudi.h"
#include "GaudiKernel/Guards.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 Documentation
| #define ON_DEBUG if (UNLIKELY(outputLevel() <= MSG::DEBUG)) |
| #define ON_VERBOSE if (UNLIKELY(outputLevel() <= MSG::VERBOSE)) |