|  | The Gaudi Framework
    v29r5 (37229091)
    | 
#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"#include "GaudiKernel/ThreadGaudi.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 17 of file Service.cpp.
| #define ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) | 
Definition at line 18 of file Service.cpp.