#include <MessageDrop.h>
Public Member Functions | |
void | clear () |
std::string | moduleContext () |
void | setModuleWithPhase (std::string const &name, std::string const &label, unsigned int moduleID, const char *phase) |
void | setPath (const char *type, std::string const &pathname) |
void | setSinglet (const char *sing) |
~MessageDrop () | |
Static Public Member Functions | |
static MessageDrop * | instance () |
Public Attributes | |
bool | debugEnabled |
bool | errorEnabled |
bool | infoEnabled |
std::string | runEvent |
unsigned int | streamID |
bool | warningEnabled |
Static Public Attributes | |
static bool | debugAlwaysSuppressed =false |
static bool | infoAlwaysSuppressed =false |
static std::string | jobMode {} |
static unsigned char | messageLoggerScribeIsRunning = 0 |
static bool | warningAlwaysSuppressed =false |
Private Member Functions | |
MessageDrop () | |
MessageDrop (MessageDrop const &) | |
MessageDrop & | operator= (MessageDrop const &) |
Definition at line 85 of file MessageDrop.h.
|
private |
Definition at line 170 of file MessageDrop.cc.
|
private |
MessageDrop::~MessageDrop | ( | ) |
Definition at line 184 of file MessageDrop.cc.
void MessageDrop::clear | ( | void | ) |
Definition at line 212 of file MessageDrop.cc.
Referenced by edm::clearMessageLog().
|
static |
Definition at line 60 of file MessageDrop.cc.
Referenced by edm::clearMessageLog(), edm::FlushMessageLog(), edm::isDebugEnabled(), edm::isErrorEnabled(), edm::isInfoEnabled(), edm::isMessageProcessingSetUp(), edm::isWarningEnabled(), SiPixelDigiToRaw::produce(), RPCRecordFormatter::recordUnpack(), run_app(), and edm::service::SingleThreadMSPresence::SingleThreadMSPresence().
std::string MessageDrop::moduleContext | ( | ) |
Definition at line 209 of file MessageDrop.cc.
|
private |
void MessageDrop::setModuleWithPhase | ( | std::string const & | name, |
std::string const & | label, | ||
unsigned int | moduleID, | ||
const char * | phase | ||
) |
Definition at line 191 of file MessageDrop.cc.
void MessageDrop::setPath | ( | const char * | type, |
std::string const & | pathname | ||
) |
Definition at line 199 of file MessageDrop.cc.
void MessageDrop::setSinglet | ( | const char * | sing | ) |
Definition at line 204 of file MessageDrop.cc.
|
static |
Definition at line 112 of file MessageDrop.h.
Referenced by edm::isDebugEnabled().
bool edm::MessageDrop::debugEnabled |
Definition at line 105 of file MessageDrop.h.
Referenced by SiPixelDigiToRaw::produce(), and RPCRecordFormatter::recordUnpack().
bool edm::MessageDrop::errorEnabled |
Definition at line 108 of file MessageDrop.h.
Referenced by edm::isErrorEnabled().
|
static |
Definition at line 113 of file MessageDrop.h.
Referenced by edm::isInfoEnabled().
bool edm::MessageDrop::infoEnabled |
Definition at line 106 of file MessageDrop.h.
|
static |
Definition at line 110 of file MessageDrop.h.
|
static |
Definition at line 111 of file MessageDrop.h.
Referenced by run_app(), and edm::service::SingleThreadMSPresence::SingleThreadMSPresence().
|
private |
Definition at line 119 of file MessageDrop.h.
std::string edm::MessageDrop::runEvent |
Definition at line 103 of file MessageDrop.h.
|
private |
Definition at line 117 of file MessageDrop.h.
|
private |
Definition at line 118 of file MessageDrop.h.
|
private |
Definition at line 116 of file MessageDrop.h.
unsigned int edm::MessageDrop::streamID |
Definition at line 104 of file MessageDrop.h.
|
static |
Definition at line 114 of file MessageDrop.h.
Referenced by edm::isWarningEnabled().
bool edm::MessageDrop::warningEnabled |
Definition at line 107 of file MessageDrop.h.