Go to the documentation of this file.
36 info() <<
"doIt() has been called" <<
endmsg;
37 debug() <<
"doIt() [DEBUG] has been called" <<
endmsg;
46 info() <<
"doItAgain() has been called" <<
endmsg;
55 info() <<
"intialize() has been called" <<
endmsg;
70 info() <<
"finalize() has been called" <<
endmsg;
80 if ( cmd.
find(
"genconf" ) != std::string::npos )
return;
82 info() <<
"destructor has been called" <<
endmsg;
const ValueType & value() const
StatusCode initialize() override
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
const StatusCode & ignore() const
Allow discarding a StatusCode without warning.
#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.