Go to the documentation of this file. 1 #ifndef MessageLogger_ErrorObj_h
2 #define MessageLogger_ErrorObj_h
68 virtual void setID(std::string_view
ID);
69 virtual void setModule(std::string_view module);
80 template <
typename... Args>
133 #include "FWCore/MessageLogger/interface/ErrorObj.icc"
138 #endif // MessageLogger_ErrorObj_h
virtual void setReactedTo(bool r)
const std::string & context() const
virtual ErrorObj & emitToken(std::string_view txt)
void swap(Association< C > &lhs, Association< C > &rhs)
ErrorObj & format(std::string_view fmt, Args const &... args)
std::list< std::string > ELlist_string
virtual void setSeverity(const messagelogger::ELseverityLevel &sev)
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
std::string fullText() const
virtual void setID(std::string_view ID)
const ELextendedID & xid() const
const std::string & idOverflow() const
const ELlist_string & items() const
ErrorObj & operator=(const ErrorObj &other)
virtual void setContext(std::string_view context)
ErrorObj(const messagelogger::ELseverityLevel &sev, std::string_view id, bool verbatim=false)
void swap(ErrorObj &other)
virtual void set(const messagelogger::ELseverityLevel &sev, std::string_view id)
virtual void setModule(std::string_view module)
ErrorObj & opltlt(const T &t)
virtual void setSubroutine(std::string_view subroutine)
ErrorObj & operator<<(std::ostream &(*f)(std::ostream &))