CMS 3D CMS Logo

List of all members | Public Member Functions
cscdqm::LogInfo Class Reference

Information level logger. Use LOG_INFO macros instead, i.e. LOG_INFO << "x = " << x;. More...

#include <CSCDQM_Logger.h>

Inheritance diagram for cscdqm::LogInfo:
edm::Log< LVL, VERBATIM > cscdqm::Logger

Public Member Functions

 LogInfo ()
 
- Public Member Functions inherited from edm::Log< LVL, VERBATIM >
template<typename... Args>
ThisLogformat (fmt::format_string< Args... > format, Args &&... args)
 
 Log (std::string_view id)
 
 Log (ThisLog &&)=default
 
 Log (ThisLog const &)=delete
 
template<typename F >
ThisLoglog (F &&iF)
 
template<class T >
ThisLogoperator<< (T const &t)
 
ThisLogoperator<< (std::ostream &(*f)(std::ostream &))
 
ThisLogoperator<< (std::ios_base &(*f)(std::ios_base &))
 
Logoperator= (ThisLog const &)=delete
 
Logoperator= (ThisLog &&)=default
 
ThisLogvformat (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)
 

Detailed Description

Information level logger. Use LOG_INFO macros instead, i.e. LOG_INFO << "x = " << x;.

Definition at line 58 of file CSCDQM_Logger.h.

Constructor & Destructor Documentation

◆ LogInfo()

cscdqm::LogInfo::LogInfo ( )
inline

Definition at line 64 of file CSCDQM_Logger.h.

64 : edm::LogInfo() {}
Log< level::Info, false > LogInfo