15 info() <<
"About to Enter " << caller <<
" with auditor trigger " << evt <<
endmsg;
20 info() <<
"Just Exited " << caller <<
" with auditor trigger " << evt <<
endmsg;
void i_after(CustomEventTypeRef evt, const std::string &caller, const StatusCode &sc) override
Print a message on "after".
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
Base class with common functionalities shared by few auditor implementations.
#define DECLARE_COMPONENT(type)
This class is used for returning status codes from appropriate routines.
void i_before(CustomEventTypeRef evt, const std::string &caller) override
Print a message on "before".
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.