1 #ifndef __FUN4ALLBASE_H__
2 #define __FUN4ALLBASE_H__
31 virtual void Print(
const std::string &what =
"ALL")
const;
Show all messages. Useful for step-by-step debugging.
Fun4AllBase(const std::string &name="NONAME")
int verbosity
The verbosity level. 0 means not verbose at all.
virtual void Verbosity(enu_Verbosity ival)
Sets the verbosity of this module (0 by default=quiet).
virtual const std::string Name() const
Returns the name of this module.
virtual void Print(const std::string &what="ALL") const
virtual int Verbosity() const
Gets the verbosity of this module.
Output a lot of messages.
Output even more messages.
Output some useful messages during manual command line running.
virtual void Verbosity(const int ival)
Sets the verbosity of this module (0 by default=quiet).
virtual void Name(const std::string &name)
Sets the name of this module.
Quiet mode. Only output critical messages. Intended for batch production mode.