1 #ifndef MessageService_ELadministrator_h
2 #define MessageService_ELadministrator_h
71 class MessageLoggerScribe;
127 std::list<std::shared_ptr<ELdestination> > &
sinks();
140 std::list<std::shared_ptr<ELdestination> >
sinks_;
156 #endif // MessageService_ELadministrator_h
const ELseverityLevel & highSeverity() const
void log(edm::ErrorObj &msg)
const ELseverityLevel & abortThreshold() const
int severityCounts_[ELseverityLevel::nLevels]
void setThresholds(const ELseverityLevel &sev)
void setIntervals(const ELstring &id, int interval)
void resetSeverityCount()
void setLimits(const ELstring &id, int limit)
std::map< ELstring, std::shared_ptr< ELdestination > > attachedDestinations_
ELseverityLevel highSeverity_
void setTimespans(const ELstring &id, int seconds)
int severityCounts(int lev) const
int severityCount(const ELseverityLevel &sev) const
std::list< std::shared_ptr< ELdestination > > sinks_
std::list< std::shared_ptr< ELdestination > > & sinks()
const ELseverityLevel & exitThreshold() const
ELdestControl attach(const ELdestination &sink)
ELseverityLevel checkSeverity()