#include <MsgContext.h>
Public Member Functions | |
void | clearContext () |
MsgContext * | clone () const |
ELstring | context () const |
ELstring | fullContext () const |
void | setContext (const std::string &c) |
ELstring | summaryContext () const |
Public Member Functions inherited from edm::service::ELcontextSupplier | |
virtual void | editErrorObj (edm::ErrorObj &) const |
virtual edm::ELstring | traceRoutine () const |
virtual | ~ELcontextSupplier () |
Private Member Functions | |
std::string | compress (const std::string &c) const |
Private Attributes | |
std::string | context_ |
std::string | summary_context_ |
Definition at line 11 of file MsgContext.h.
|
inline |
|
inlinevirtual |
Implements edm::service::ELcontextSupplier.
Definition at line 14 of file MsgContext.h.
|
private |
Definition at line 20 of file MsgContext.cc.
References trackerHits::c, event(), and DTTTrigCorrFirst::run.
Referenced by setContext().
|
inlinevirtual |
Implements edm::service::ELcontextSupplier.
Definition at line 15 of file MsgContext.h.
References context_.
Referenced by fullContext().
|
inlinevirtual |
Implements edm::service::ELcontextSupplier.
Definition at line 17 of file MsgContext.h.
References context().
|
inline |
Definition at line 19 of file MsgContext.h.
References trackerHits::c, compress(), context_, and summary_context_.
Referenced by edm::service::MessageLoggerScribe::log().
|
inlinevirtual |
Implements edm::service::ELcontextSupplier.
Definition at line 16 of file MsgContext.h.
References summary_context_.
|
private |
Definition at line 27 of file MsgContext.h.
Referenced by clearContext(), context(), and setContext().
|
private |
Definition at line 28 of file MsgContext.h.
Referenced by clearContext(), setContext(), and summaryContext().