64 LogWarningThatSuppressesLikeLogInfo::~LogWarningThatSuppressesLikeLogInfo() {}
124 <<
":" << line <<
"\n";
130 if (lastSlash == std::string::npos)
return file;
131 if (lastSlash == file.size()-1)
return file;
132 return file.substr(lastSlash+1, file.size()-lastSlash-1);
ELslProxy< ELdebugGen > const ELdebug
void HaltMessageLogging()
static MessageDrop * instance()
bool isMessageProcessingSetUp()
static const unsigned char MLSCRIBE_RUNNING_INDICATOR
void setStandAloneMessageThreshold(edm::ELseverityLevel const &severity)
static bool debugAlwaysSuppressed
static void squelch(std::string const &category)
void GroupLogStatistics(std::string const &category)
void squelchStandAloneMessageCategory(std::string const &category)
static bool warningAlwaysSuppressed
static void MLqGRP(std::string *cat_p)
static void standAloneThreshold(edm::ELseverityLevel const &severity)
static bool infoAlwaysSuppressed
std::string stripLeadingDirectoryTree(const std::string &file) const