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::LogInfo cscdqm::Logger

Public Member Functions

 LogInfo ()
 
- Public Member Functions inherited from edm::LogInfo
template<typename F >
LogInfolog (F &&iF)
 
 LogInfo (std::string const &id)
 
LogInfooperator<< (std::ios_base &(*f)(std::ios_base &))
 
LogInfooperator<< (std::ostream &(*f)(std::ostream &))
 
template<class T >
LogInfooperator<< (T const &t)
 
 ~LogInfo ()
 

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() {}
edm::LogInfo
Definition: MessageLogger.h:254