CMS 3D CMS Logo

List of all members | Static Public Member Functions | Static Public Attributes
edm::level::FwkInfo Struct Reference

#include <MessageLogger.h>

Static Public Member Functions

static bool suppress () noexcept
 

Static Public Attributes

static constexpr const messagelogger::ELseverityLevel level = messagelogger::ELfwkInfo
 

Detailed Description

Definition at line 51 of file MessageLogger.h.

Member Function Documentation

◆ suppress()

static bool edm::level::FwkInfo::suppress ( )
inlinestaticnoexcept

Definition at line 53 of file MessageLogger.h.

References edm::MessageDrop::fwkInfoAlwaysSuppressed, and edm::MessageDrop::instance().

53  {
54  return (MessageDrop::fwkInfoAlwaysSuppressed || !MessageDrop::instance()->fwkInfoEnabled);
55  }
static MessageDrop * instance()
Definition: MessageDrop.cc:33
static bool fwkInfoAlwaysSuppressed
Definition: MessageDrop.h:73

Member Data Documentation

◆ level

constexpr const messagelogger::ELseverityLevel edm::level::FwkInfo::level = messagelogger::ELfwkInfo
static

Definition at line 52 of file MessageLogger.h.