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 () | |
template<class T > | |
LogCout & | operator<< (T const &t) |
LogCout & | operator<< (std::ostream &(*f)(std::ostream &)) |
LogCout & | operator<< (std::ios_base &(*f)(std::ios_base &)) |
~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.
|
inline |
Definition at line 130 of file CSCDQM_Logger.h.
|
inline |
Definition at line 134 of file CSCDQM_Logger.h.
References gather_cfg::cout, and edmStreamStallGrapher::t.
|
inline |
|
inline |