1 #ifndef MessageLogger_MessageLogger_h 2 #define MessageLogger_MessageLogger_h 204 {
ap <<
f;
return *
this; }
207 {
ap <<
f;
return *
this; }
362 {
ap <<
f;
return *
this; }
365 {
ap <<
f;
return *
this; }
442 namespace edmmltest {
503 #define LogDebug(id) true ? edm::Suppress_LogDebug_() : edm::Suppress_LogDebug_() 504 #define LogTrace(id) true ? edm::Suppress_LogDebug_() : edm::Suppress_LogDebug_() 507 #define LogDebug(id) (edm::MessageDrop::debugAlwaysSuppressed || !edm::MessageDrop::instance()->debugEnabled) ? edm::LogDebug_() : edm::LogDebug_(id, __FILE__, __LINE__) 508 #define LogTrace(id) (edm::MessageDrop::debugAlwaysSuppressed || !edm::MessageDrop::instance()->debugEnabled) ? edm::LogTrace_() : edm::LogTrace_(id) 519 #define IfLogDebug(cond, cat) if(cond) LogDebug(cat) 520 #define IfLogTrace(cond, cat) if(cond) LogTrace(cat) 522 #define IfLogDebug(cond, cat) LogDebug(cat) 523 #define IfLogTrace(cond, cat) LogTrace(cat) 527 #endif // MessageLogger_MessageLogger_h
LogVerbatim(std::string const &id)
LogInfo(std::string const &id)
static PFTauRenderPlugin instance
void HaltMessageLogging()
LogAbsolute(std::string const &id)
bool isMessageProcessingSetUp()
LogWarning & operator<<(T const &t)
LogWarning(std::string const &id)
ELslProxy< ELwarningGen > const ELwarning
LogProblem(std::string const &id)
void setStandAloneMessageThreshold(edm::ELseverityLevel const &severity)
void GroupLogStatistics(std::string const &category)
ELslProxy< ELerrorGen > const ELerror
LogError(std::string const &id)
LogWarningThatSuppressesLikeLogInfo(std::string const &id)
LogWarning & operator=(LogWarning const &)
void squelchStandAloneMessageCategory(std::string const &category)
LogPrint(std::string const &id)
ELslProxy< ELinfoGen > const ELinfo
ELslProxy< ELsevereGen > const ELsevere
LogSystem(std::string const &id)
LogImportant(std::string const &id)
std::string stripLeadingDirectoryTree(const std::string &file)