Information level logger. Use LOG_INFO macros instead, i.e. LOG_INFO << "x = " << x;. More...
#include <CSCDQM_Logger.h>
Public Member Functions | |
LogInfo () | |
Public Member Functions inherited from edm::LogInfo | |
template<typename F > | |
LogInfo & | log (F &&iF) |
LogInfo (std::string const &id) | |
template<class T > | |
LogInfo & | operator<< (T const &t) |
LogInfo & | operator<< (std::ostream &(*f)(std::ostream &)) |
LogInfo & | operator<< (std::ios_base &(*f)(std::ios_base &)) |
~LogInfo () | |
Information level logger. Use LOG_INFO macros instead, i.e. LOG_INFO << "x = " << x;.
Definition at line 59 of file CSCDQM_Logger.h.
|
inline |
Definition at line 63 of file CSCDQM_Logger.h.