#include <Logger.h>
Public Member Functions | |
template<typename STDTYPE > | |
void | debug (STDTYPE const &msg) const |
void | dqmthrow (std::string const &msg) const |
void | info (std::string const &msg) const |
Logger (std::string const &name, int debug=0) | |
Logger () | |
void | set (std::string const &name, int debug=0) |
void | warn (std::string const &msg) const |
virtual | ~Logger () |
Protected Attributes | |
int | _debug |
std::string | _name |
|
inline |
|
inline |
Definition at line 31 of file Logger.h.
References _debug, _name, gather_cfg::cout, and visualization-live-secondInstance_cfg::msg.
Referenced by hcaldqm::DQTask::analyze(), hcaldqm::DQModule::DQModule(), and set().
|
inline |
Definition at line 15 of file Logger.h.
References _name, Exception, and visualization-live-secondInstance_cfg::msg.
Referenced by hcaldqm::DQTask::_getCalibType(), HFRaddamTask::_process(), NoCQTask::_process(), and UMNioTask::_process().
|
inline |
Definition at line 24 of file Logger.h.
References _debug, _name, and visualization-live-secondInstance_cfg::msg.
|
inline |
Definition at line 41 of file Logger.h.
References _debug, _name, debug(), and mergeVDriftHistosByStation::name.
Referenced by hcaldqm::DQModule::DQModule(), and hcaldqm::Container::initialize().
|
inline |
Definition at line 20 of file Logger.h.
References _name, and visualization-live-secondInstance_cfg::msg.
Referenced by hcaldqm::DQTask::_getCalibType().
|
protected |