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 178 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 191 of file MessageLogger.h.

191  {
192  return *this;
193  }

◆ log()

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

Definition at line 196 of file MessageLogger.h.

196  {
197  return *this;
198  }

◆ operator<<() [1/3]

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

Definition at line 188 of file MessageLogger.h.

188 { return *this; }

◆ operator<<() [2/3]

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

Definition at line 187 of file MessageLogger.h.

187 { return *this; }

◆ operator<<() [3/3]

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

Definition at line 184 of file MessageLogger.h.

184  {
185  return *this;
186  }