11 #ifndef GAUDIKERNEL_AUDITOR_H
12 #define GAUDIKERNEL_AUDITOR_H
68 void before( StandardEventType,
const std::string& )
override;
71 void before( CustomEventTypeRef,
const std::string& )
override;
98 bool isEnabled()
const override;
110 auto ptr = serviceLocator()->service<T>(
name, createIf );
120 template <
class T = IService>
122 return serviceLocator()->service<T>(
name, createIf );
136 bool m_isInitialized =
false;
137 bool m_isFinalized =
false;
140 #endif // GAUDIKERNEL_AUDITOR_H