Go to the documentation of this file.
   35   info() << 
"doIt() has been called" << 
endmsg;
 
   36   debug() << 
"doIt() [DEBUG] has been called" << 
endmsg;
 
   43   info() << 
"doItAgain() has been called" << 
endmsg;
 
   50   info() << 
"intialize() has been called" << 
endmsg;
 
   63   info() << 
"finalize() has been called" << 
endmsg;
 
   73   if ( cmd.
find( 
"genconf" ) != std::string::npos ) 
return;
 
   75   info() << 
"destructor has been called" << 
endmsg;
 
  
 
const ValueType & value() const
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
constexpr static const auto SUCCESS
#define DECLARE_COMPONENT(type)
GAUDI_API const std::vector< std::string > cmdLineArgs()
Command line arguments including executable name as arg[0] as vector of strings.