All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IIssueLogger.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_IISSUELOGGER_H
2 #define GAUDIKERNEL_IISSUELOGGER_H
3 
4 #ifndef GAUDIKERNEL_ISERVICE_H
5  #include "GaudiKernel/IService.h"
6 #endif
8 #include <string>
9 
10 
11 class GAUDI_API IIssueLogger: virtual public IService {
12 
13 public:
16 
17  virtual void report(IssueSeverity::Level level, const std::string& msg,
18  const std::string& origin) = 0;
19  virtual void report(const IssueSeverity& err) = 0;
20 
21 };
22 
23 #endif
DeclareInterfaceID(IService, 3, 0)
InterfaceID.
General service interface definition.
Definition: IService.h:19
#define GAUDI_API
Definition: Kernel.h:108