CMS 3D CMS Logo

List of all members | Public Member Functions
edm::Suppress_LogDebug_ Class Reference

#include <MessageLogger.h>

Public Member Functions

template<typename... Args>
Suppress_LogDebug_format (std::string_view fmt, Args const &... args)
 
template<typename F >
Suppress_LogDebug_log (F &&iF)
 
Suppress_LogDebug_operator<< (std::ios_base &(*)(std::ios_base &))
 
Suppress_LogDebug_operator<< (std::ostream &(*)(std::ostream &))
 
template<class T >
Suppress_LogDebug_operator<< (T const &)
 

Detailed Description

Definition at line 188 of file MessageLogger.h.

Member Function Documentation

◆ format()

template<typename... Args>
Suppress_LogDebug_& edm::Suppress_LogDebug_::format ( std::string_view  fmt,
Args const &...  args 
)
inline

Definition at line 201 of file MessageLogger.h.

201  {
202  return *this;
203  }

◆ log()

template<typename F >
Suppress_LogDebug_& edm::Suppress_LogDebug_::log ( F &&  iF)
inline

Definition at line 206 of file MessageLogger.h.

206  {
207  return *this;
208  }

◆ operator<<() [1/3]

Suppress_LogDebug_& edm::Suppress_LogDebug_::operator<< ( std::ios_base &  *)(std::ios_base &)
inline

Definition at line 198 of file MessageLogger.h.

198 { return *this; }

◆ operator<<() [2/3]

Suppress_LogDebug_& edm::Suppress_LogDebug_::operator<< ( std::ostream &  *)(std::ostream &)
inline

Definition at line 197 of file MessageLogger.h.

197 { return *this; }

◆ operator<<() [3/3]

template<class T >
Suppress_LogDebug_& edm::Suppress_LogDebug_::operator<< ( T const &  )
inline

Definition at line 194 of file MessageLogger.h.

194  {
195  return *this;
196  }