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 132 of file CSCDQM_Logger.h.
|
inline |
Definition at line 134 of file CSCDQM_Logger.h.
|
inline |
|
inline |
Definition at line 148 of file CSCDQM_Logger.h.
References gather_cfg::cout, and f.
|
inline |
Definition at line 143 of file CSCDQM_Logger.h.
References gather_cfg::cout, and f.
Definition at line 138 of file CSCDQM_Logger.h.
References gather_cfg::cout, and submitPVValidationJobs::t.