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::Log< LVL, VERBATIM > | |
template<typename... Args> | |
ThisLog & | format (fmt::format_string< Args... > format, Args &&... args) |
Log (std::string_view id) | |
Log (ThisLog &&)=default | |
Log (ThisLog const &)=delete | |
template<typename F > | |
ThisLog & | log (F &&iF) |
template<class T > | |
ThisLog & | operator<< (T const &t) |
ThisLog & | operator<< (std::ostream &(*f)(std::ostream &)) |
ThisLog & | operator<< (std::ios_base &(*f)(std::ios_base &)) |
Log & | operator= (ThisLog const &)=delete |
Log & | operator= (ThisLog &&)=default |
ThisLog & | vformat (std::string_view fmt, fmt::format_args args) |
~Log ()=default | |
Additional Inherited Members | |
Public Types inherited from edm::Log< LVL, VERBATIM > | |
using | ThisLog = Log< LVL, VERBATIM > |
Protected Member Functions inherited from edm::Log< LVL, VERBATIM > | |
Log ()=default | |
Log (std::nullptr_t, ThisLog const &iOther) | |
Information level logger. Use LOG_INFO macros instead, i.e. LOG_INFO << "x = " << x;.
Definition at line 58 of file CSCDQM_Logger.h.
|
inline |
Definition at line 64 of file CSCDQM_Logger.h.