CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
cscdqm::LogWarn Class Reference

Warning level logger. Use LOG_WARN macros instead, i.e. LOG_WARN << "x = " << x;. More...

#include <CSCDQM_Logger.h>

Inheritance diagram for cscdqm::LogWarn:
edm::LogWarning cscdqm::Logger

Public Member Functions

 LogWarn ()
 
- Public Member Functions inherited from edm::LogWarning
 LogWarning (std::string const &id)
 
template<class T >
LogWarningoperator<< (T const &t)
 
LogWarningoperator<< (std::ostream &(*f)(std::ostream &))
 
LogWarningoperator<< (std::ios_base &(*f)(std::ios_base &))
 
 ~LogWarning ()
 

Detailed Description

Warning level logger. Use LOG_WARN macros instead, i.e. LOG_WARN << "x = " << x;.

Definition at line 72 of file CSCDQM_Logger.h.

Constructor & Destructor Documentation

cscdqm::LogWarn::LogWarn ( )
inline

Definition at line 76 of file CSCDQM_Logger.h.

76 : LogWarn() : edm::LogWarning() { }
LogWarning(std::string const &id)