Go to the documentation of this file.
   33   debug() << 
"Initialize" << 
endmsg;
 
   39   for ( 
const auto& i : m_tools ) {
 
   40     info() << 
"Loading tool " << i << 
endmsg;
 
   44       info() << 
"Tool loaded successfully" << 
endmsg;
 
   46       if ( m_ignoreFailure ) {
 
   47         warning() << 
"Got exception '" << e.
what() << 
"'" << 
endmsg;
 
   49         error() << 
"Got exception '" << e.
what() << 
"'" << 
endmsg;
 
   50         if ( m_throwException ) { 
throw; }
 
   64   info() << 
"Execute" << 
endmsg;
 
   74   info() << 
"Finalize" << 
endmsg;
 
  
 
StatusCode initialize() override
the default (empty) implementation of IStateful::initialize() method
static const InterfaceID & interfaceID()
Return an instance of InterfaceID identifying the interface.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
StatusCode finalize() override
the default (empty) implementation of IStateful::finalize() method
constexpr static const auto SUCCESS
#define DECLARE_COMPONENT(type)
constexpr static const auto FAILURE
const char * what() const override
method from std::exception