9 verbosity(VERBOSITY_QUIET)
18 cout <<
"Deleting " <<
Name () << endl;
25 cout <<
Name() <<
" did not implement Print method" << endl;
int verbosity
The verbosity level. 0 means not verbose at all.
virtual void Print(const std::string &what="ALL") const
virtual const std::string Name() const
Returns the name of this module.
Fun4AllBase(const std::string &name="NONAME")
@ VERBOSITY_MORE
Output more messages.