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 (fmt::format_string< Args... > format, Args &&... args)
 
template<typename F >
Suppress_LogDebug_log (F &&iF)
 
template<class T >
Suppress_LogDebug_operator<< (T const &)
 
Suppress_LogDebug_operator<< (std::ostream &(*)(std::ostream &))
 
Suppress_LogDebug_operator<< (std::ios_base &(*)(std::ios_base &))
 
Suppress_LogDebug_vformat (std::string_view fmt, fmt::format_args args)
 

Detailed Description

Definition at line 194 of file MessageLogger.h.

Member Function Documentation

◆ format()

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

Definition at line 207 of file MessageLogger.h.

207  {
208  return *this;
209  }

◆ log()

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

Definition at line 214 of file MessageLogger.h.

214  {
215  return *this;
216  }

◆ operator<<() [1/3]

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

Definition at line 200 of file MessageLogger.h.

200  {
201  return *this;
202  }

◆ operator<<() [2/3]

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

Definition at line 203 of file MessageLogger.h.

203 { return *this; }

◆ operator<<() [3/3]

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

Definition at line 204 of file MessageLogger.h.

204 { return *this; }

◆ vformat()

Suppress_LogDebug_& edm::Suppress_LogDebug_::vformat ( std::string_view  fmt,
fmt::format_args  args 
)
inline

Definition at line 211 of file MessageLogger.h.

211 { return *this; }