Simple logger that prints stuff to std::cout. Use LOG_COUT macros instead, i.e. LOG_COUT << "x = " << x;. More...
#include <CSCDQM_Logger.h>
Public Member Functions | |
LogCout () | |
LogCout & | operator<< (std::ios_base &(*f)(std::ios_base &)) |
LogCout & | operator<< (std::ostream &(*f)(std::ostream &)) |
template<class T > | |
LogCout & | operator<< (T const &t) |
~LogCout () |
Simple logger that prints stuff to std::cout. Use LOG_COUT macros instead, i.e. LOG_COUT << "x = " << x;.
Definition at line 127 of file CSCDQM_Logger.h.
cscdqm::LogCout::LogCout | ( | ) | [inline] |
Definition at line 130 of file CSCDQM_Logger.h.
{ }
cscdqm::LogCout::~LogCout | ( | ) | [inline] |
Definition at line 131 of file CSCDQM_Logger.h.
References gather_cfg::cout.
{ std::cout << std::endl; }
Definition at line 134 of file CSCDQM_Logger.h.
References gather_cfg::cout, and lumiQTWidget::t.
LogCout& cscdqm::LogCout::operator<< | ( | std::ios_base &(*)(std::ios_base &) | f | ) | [inline] |
Definition at line 144 of file CSCDQM_Logger.h.
References gather_cfg::cout, and f.
LogCout& cscdqm::LogCout::operator<< | ( | std::ostream &(*)(std::ostream &) | f | ) | [inline] |
Definition at line 139 of file CSCDQM_Logger.h.
References gather_cfg::cout, and f.