#include <ELoutput.h>
Public Member Functions | |
ELoutput () | |
ELoutput (std::ostream &os, bool emitAtStart=false) | |
ELoutput (const ELstring &fileName, bool emitAtStart=false) | |
ELoutput (const ELoutput &orig) | |
virtual bool | log (const edm::ErrorObj &msg) override |
virtual | ~ELoutput () |
Public Member Functions inherited from edm::service::ELdestination | |
ELdestination () | |
virtual void | excludeModule (ELstring const &moduleName) |
virtual void | filterModule (ELstring const &moduleName) |
virtual void | finish () |
virtual int | getLineLength () const |
virtual ELstring | getNewline () const |
virtual void | ignoreModule (ELstring const &moduleName) |
virtual void | respondToModule (ELstring const &moduleName) |
void | setInterval (const ELstring &s, int interval) |
void | setInterval (const ELseverityLevel &sv, int interval) |
void | setLimit (const ELstring &s, int n) |
void | setLimit (const ELseverityLevel &sv, int n) |
virtual int | setLineLength (int len) |
virtual void | setTableLimit (int n) |
void | setThreshold (const ELseverityLevel &sv) |
void | setTimespan (const ELstring &s, int n) |
void | setTimespan (const ELseverityLevel &sv, int n) |
void | setTraceThreshold (const ELseverityLevel &sv) |
virtual bool | thisShouldBeIgnored (const ELstring &s) const |
virtual void | wipe () |
virtual void | zero () |
virtual | ~ELdestination () |
Protected Member Functions | |
virtual void | attachEpilogue () override |
virtual void | attachTime () override |
virtual void | changeFile (std::ostream &os) override |
virtual void | changeFile (const ELstring &filename) override |
void | emitToken (const ELstring &s, bool nl=false) |
virtual void | flush () override |
virtual void | includeContext () override |
virtual void | includeModule () override |
virtual void | includeSerial () override |
virtual void | includeSubroutine () override |
virtual void | includeText () override |
virtual void | includeTime () override |
ELoutput & | operator= (const ELoutput &orig)=delete |
virtual void | separateEpilogue () override |
virtual void | separateTime () override |
virtual void | suppressContext () override |
virtual void | suppressModule () override |
virtual void | suppressSerial () override |
virtual void | suppressSubroutine () override |
virtual void | suppressText () override |
virtual void | suppressTime () override |
virtual void | useContext () override |
virtual void | useFullContext () override |
Protected Attributes | |
int | charsOnLine |
std::shared_ptr< std::ostream > | os |
bool | preambleMode |
bool | wantEpilogueSeparate |
bool | wantFullContext |
bool | wantModule |
bool | wantSerial |
bool | wantSomeContext |
bool | wantSubroutine |
bool | wantText |
bool | wantTimeSeparate |
bool | wantTimestamp |
edm::ELextendedID | xid |
Protected Attributes inherited from edm::service::ELdestination | |
bool | ignoreMostModules |
std::unordered_set< std::string > | ignoreThese |
ELstring | indent |
ELlimitsTable | limits |
int | lineLength |
ELstring | newline |
ELstring | preamble |
bool | respondToMostModules |
std::unordered_set< std::string > | respondToThese |
ELseverityLevel | threshold |
ELseverityLevel | traceThreshold |
Additional Inherited Members | |
Static Protected Attributes inherited from edm::service::ELdestination | |
static const int | defaultLineLength = 80 |
Definition at line 47 of file ELoutput.h.
edm::service::ELoutput::ELoutput | ( | ) |
Definition at line 126 of file ELoutput.cc.
References MessageLogger_cfi::cerr, and emitToken().
edm::service::ELoutput::ELoutput | ( | std::ostream & | os, |
bool | emitAtStart = false |
||
) |
Definition at line 154 of file ELoutput.cc.
References MessageLogger_cfi::cerr, emitToken(), and preambleMode.
edm::service::ELoutput::ELoutput | ( | const ELstring & | fileName, |
bool | emitAtStart = false |
||
) |
Definition at line 186 of file ELoutput.cc.
References MessageLogger_cfi::cerr, emitToken(), edm::service::formatTime(), os, preambleMode, and ntuplemaker::time.
edm::service::ELoutput::ELoutput | ( | const ELoutput & | orig | ) |
Definition at line 256 of file ELoutput.cc.
References MessageLogger_cfi::cerr, edm::service::ELdestination::ignoreMostModules, edm::service::ELdestination::ignoreThese, edm::service::ELdestination::indent, edm::service::ELdestination::limits, edm::service::ELdestination::lineLength, edm::service::ELdestination::newline, edm::service::ELdestination::preamble, edm::service::ELdestination::respondToMostModules, edm::service::ELdestination::respondToThese, edm::service::ELdestination::threshold, and edm::service::ELdestination::traceThreshold.
|
virtual |
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 637 of file ELoutput.cc.
References wantEpilogueSeparate.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 634 of file ELoutput.cc.
References wantTimeSeparate.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 644 of file ELoutput.cc.
References emitToken(), edm::service::formatTime(), os, and ntuplemaker::time.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 653 of file ELoutput.cc.
References emitToken(), edm::service::formatTime(), os, and ntuplemaker::time.
|
protected |
Definition at line 528 of file ELoutput.cc.
References MessageLogger_cfi::cerr, charsOnLine, edm::first(), edm::service::ELdestination::indent, plotBeamSpotDB::last, edm::service::ELdestination::lineLength, edm::service::ELdestination::newline, preambleMode, alignCSCRings::s, and edm::second().
Referenced by changeFile(), ELoutput(), and log().
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 662 of file ELoutput.cc.
References os.
Referenced by log().
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 624 of file ELoutput.cc.
References wantSomeContext.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 615 of file ELoutput.cc.
References wantModule.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 628 of file ELoutput.cc.
References wantSerial.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 618 of file ELoutput.cc.
References wantSubroutine.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 621 of file ELoutput.cc.
References wantText.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 612 of file ELoutput.cc.
References wantTimestamp.
|
overridevirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 310 of file ELoutput.cc.
References edm::service::ELlimitsTable::add(), MessageLogger_cfi::cerr, charsOnLine, edm::ErrorObj::context(), edm::ELdebug, edm::ELsevere, emitToken(), flush(), edm::service::formatTime(), edm::ELseverityLevel::getSymbol(), edm::ELextendedID::id, edm::ErrorObj::idOverflow(), edm::ErrorObj::is_verbatim(), edm::ErrorObj::items(), edm::service::ELdestination::limits, edm::ELextendedID::module, edm::service::ELdestination::newline, edm::service::ELdestination::preamble, preambleMode, alignCSCRings::s, edm::ErrorObj::serial(), edm::ELextendedID::severity, edm::ELextendedID::subroutine, edm::service::ELdestination::thisShouldBeIgnored(), edm::service::ELdestination::threshold, edm::ErrorObj::timestamp(), edm::service::ELdestination::traceThreshold, wantEpilogueSeparate, wantFullContext, wantModule, wantSerial, wantSomeContext, wantSubroutine, wantText, wantTimeSeparate, wantTimestamp, edm::ErrorObj::xid(), and xid.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 636 of file ELoutput.cc.
References wantEpilogueSeparate.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 633 of file ELoutput.cc.
References wantTimeSeparate.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 625 of file ELoutput.cc.
References wantSomeContext.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 616 of file ELoutput.cc.
References wantModule.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 627 of file ELoutput.cc.
References wantSerial.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 619 of file ELoutput.cc.
References wantSubroutine.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 622 of file ELoutput.cc.
References wantText.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 613 of file ELoutput.cc.
References wantTimestamp.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 631 of file ELoutput.cc.
References wantFullContext.
|
overrideprotectedvirtual |
Reimplemented from edm::service::ELdestination.
Definition at line 630 of file ELoutput.cc.
References wantFullContext.
|
protected |
Definition at line 102 of file ELoutput.h.
Referenced by emitToken(), and log().
|
protected |
Definition at line 101 of file ELoutput.h.
Referenced by changeFile(), ELoutput(), and flush().
|
protected |
Definition at line 106 of file ELoutput.h.
Referenced by ELoutput(), emitToken(), and log().
|
protected |
Definition at line 106 of file ELoutput.h.
Referenced by attachEpilogue(), log(), and separateEpilogue().
|
protected |
Definition at line 106 of file ELoutput.h.
Referenced by log(), useContext(), and useFullContext().
|
protected |
Definition at line 106 of file ELoutput.h.
Referenced by includeModule(), log(), and suppressModule().
|
protected |
Definition at line 106 of file ELoutput.h.
Referenced by includeSerial(), log(), and suppressSerial().
|
protected |
Definition at line 106 of file ELoutput.h.
Referenced by includeContext(), log(), and suppressContext().
|
protected |
Definition at line 106 of file ELoutput.h.
Referenced by includeSubroutine(), log(), and suppressSubroutine().
|
protected |
Definition at line 106 of file ELoutput.h.
Referenced by includeText(), log(), and suppressText().
|
protected |
Definition at line 106 of file ELoutput.h.
Referenced by attachTime(), log(), and separateTime().
|
protected |
Definition at line 106 of file ELoutput.h.
Referenced by includeTime(), log(), and suppressTime().
|
protected |
Definition at line 103 of file ELoutput.h.
Referenced by log().