![]() |
The Gaudi Framework
v30r3 (a5ef0a68)
|
#include "GaudiKernel/Service.h"#include "GaudiKernel/GaudiException.h"#include "GaudiKernel/Guards.h"#include "GaudiKernel/IAuditorSvc.h"#include "GaudiKernel/IJobOptionsSvc.h"#include "GaudiKernel/IMessageSvc.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/ISvcManager.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/PropertyHolder.h"#include "GaudiKernel/ServiceLocatorHelper.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 ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) |
Definition at line 16 of file Service.cpp.
| #define ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) |
Definition at line 17 of file Service.cpp.