27 static std::string
msg(
"It works!!!" );
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;
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
#define DECLARE_COMPONENT(type)
MsgStream & debug() const
shortcut for the method msgStream(MSG::DEBUG)
MsgStream & msg() const
shortcut for the method msgStream(MSG::INFO)
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
This class is used for returning status codes from appropriate routines.
constexpr static const auto SUCCESS
GAUDI_API const std::vector< std::string > cmdLineArgs()
Command line arguments including executable name as arg[0] as vector of strings.