Warning level logger. Use LOG_WARN macros instead, i.e. LOG_WARN << "x = " << x;. More...
#include <CSCDQM_Logger.h>
Public Member Functions | |
LogWarn () | |
Public Member Functions inherited from edm::Log< LVL, VERBATIM > | |
template<typename... Args> | |
ThisLog & | format (std::string_view fmt, Args const &... 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 |
~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) | |
Warning level logger. Use LOG_WARN macros instead, i.e. LOG_WARN << "x = " << x;.
Definition at line 73 of file CSCDQM_Logger.h.
|
inline |
Definition at line 79 of file CSCDQM_Logger.h.