Go to the documentation of this file.
   33   debug() << 
"Initialize" << 
endmsg;
 
   39   for ( 
const auto& i : m_tools ) {
 
   40     info() << 
"Loading tool " << i << 
endmsg;
 
   43       info() << 
"Tool loaded successfully" << 
endmsg;
 
   45       if ( m_ignoreFailure ) {
 
   46         warning() << 
"Got exception '" << e.
what() << 
"'" << 
endmsg;
 
   48         error() << 
"Got exception '" << e.
what() << 
"'" << 
endmsg;
 
   49         if ( m_throwException ) { 
throw; }
 
   63   info() << 
"Execute" << 
endmsg;
 
   73   info() << 
"Finalize" << 
endmsg;
 
  
 
StatusCode finalize() override
standard finalization method
StatusCode initialize() override
standard initialization method
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
constexpr static const auto SUCCESS
#define DECLARE_COMPONENT(type)
constexpr static const auto FAILURE
const char * what() const override
method from std::exception