CMS 3D CMS Logo

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

Error level logger. Use LOG_ERROR macros instead, i.e. LOG_ERROR << "x = " << x;. More...

#include <CSCDQM_Logger.h>

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

Public Member Functions

 LogError ()
 
- Public Member Functions inherited from edm::Log< LVL, VERBATIM >
template<typename... Args>
ThisLogformat (std::string_view fmt, Args const &... 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
 
 ~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

Error level logger. Use LOG_ERROR macros instead, i.e. LOG_ERROR << "x = " << x;.

Definition at line 88 of file CSCDQM_Logger.h.

Constructor & Destructor Documentation

◆ LogError()

cscdqm::LogError::LogError ( )
inline

Definition at line 94 of file CSCDQM_Logger.h.

94 : edm::LogError() {}
Log< level::Error, false > LogError