23 using CommonAuditor::CommonAuditor;
26 void i_before( CustomEventTypeRef
evt, std::string_view caller )
override {
27 info() <<
"About to Enter " << caller <<
" with auditor trigger " <<
evt <<
endmsg;
31 info() <<
"Just Exited " << caller <<
" with auditor trigger " <<
evt <<
endmsg;
Base class with common functionalities shared by few auditor implementations.
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
void i_after(CustomEventTypeRef evt, std::string_view caller, const StatusCode &) override
Print a message on "after".
void i_before(CustomEventTypeRef evt, std::string_view caller) override
Print a message on "before".
#define DECLARE_COMPONENT(type)
This class is used for returning status codes from appropriate routines.
Prints the name of each algorithm before entering the algorithm and after leaving it.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.