#include <ELdestControl.h>
|
virtual void | attachEpilogue () |
|
virtual void | attachTime () |
|
virtual void | changeFile (std::ostream &os) |
|
virtual void | changeFile (const ELstring &filename) |
|
virtual ELdestControl & | clearSummary () |
|
| ELdestControl (boost::shared_ptr< ELdestination > dest) |
|
| ELdestControl () |
|
virtual void | excludeModule (ELstring const &moduleName) |
|
virtual void | filterModule (ELstring const &moduleName) |
|
virtual void | flush () |
|
virtual int | getLineLength () const |
|
ELstring | getNewline () const |
|
virtual void | ignoreModule (ELstring const &moduleName) |
|
virtual void | includeContext () |
|
virtual void | includeModule () |
|
virtual void | includeSerial () |
|
virtual void | includeSubroutine () |
|
virtual void | includeText () |
|
virtual void | includeTime () |
|
virtual bool | log (edm::ErrorObj &msg) |
|
virtual void | noTerminationSummary () |
|
virtual void | respondToModule (ELstring const &moduleName) |
|
virtual void | separateEpilogue () |
|
virtual void | separateTime () |
|
virtual ELdestControl & | setInterval (const ELstring &s, int interval) |
|
virtual ELdestControl & | setInterval (const ELseverityLevel &sv, int interval) |
|
virtual ELdestControl & | setLimit (const ELstring &s, int n) |
|
virtual ELdestControl & | setLimit (const ELseverityLevel &sv, int n) |
|
virtual int | setLineLength (int len) |
|
virtual ELdestControl & | setNewline (const ELstring &newline) |
|
virtual ELdestControl & | setPreamble (const ELstring &preamble) |
|
virtual ELdestControl & | setTableLimit (int n) |
|
virtual ELdestControl & | setThreshold (const ELseverityLevel &sv) |
|
virtual ELdestControl & | setTimespan (const ELstring &s, int n) |
|
virtual ELdestControl & | setTimespan (const ELseverityLevel &sv, int n) |
|
virtual ELdestControl & | setTraceThreshold (const ELseverityLevel &sv) |
|
virtual std::map< ELextendedID,
StatsCount > | statisticsMap () const |
|
virtual void | summarization (const ELstring &title, const ELstring &sumLines) |
|
virtual void | summary (ELdestControl &dest, char *title="") |
|
virtual void | summary (std::ostream &os, char *title="") |
|
virtual void | summary (ELstring &s, char *title="") |
|
virtual void | summary () |
|
virtual void | summaryForJobReport (std::map< std::string, double > &sm) |
|
virtual void | suppressContext () |
|
virtual void | suppressModule () |
|
virtual void | suppressSerial () |
|
virtual void | suppressSubroutine () |
|
virtual void | suppressText () |
|
virtual void | suppressTime () |
|
virtual void | useContext () |
|
virtual void | useFullContext () |
|
virtual ELdestControl & | wipe () |
|
virtual ELdestControl & | zero () |
|
virtual | ~ELdestControl () |
|
Definition at line 53 of file ELdestControl.h.
edm::service::ELdestControl::ELdestControl |
( |
boost::shared_ptr< ELdestination > |
dest | ) |
|
edm::service::ELdestControl::ELdestControl |
( |
| ) |
|
edm::service::ELdestControl::~ELdestControl |
( |
| ) |
|
|
virtual |
void edm::service::ELdestControl::attachEpilogue |
( |
| ) |
|
|
virtual |
Definition at line 152 of file ELdestControl.cc.
References d.
152 {
if (
d)
d->attachEpilogue(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::attachTime |
( |
| ) |
|
|
virtual |
Definition at line 149 of file ELdestControl.cc.
References d.
149 {
if (
d)
d->attachTime(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::changeFile |
( |
std::ostream & |
os | ) |
|
|
virtual |
Definition at line 277 of file ELdestControl.cc.
References d.
278 if (
d)
d->changeFile(os);
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::changeFile |
( |
const ELstring & |
filename | ) |
|
|
virtual |
Definition at line 229 of file ELdestControl.cc.
References d.
230 if (
d)
d->clearSummary();
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::excludeModule |
( |
ELstring const & |
moduleName | ) |
|
|
virtual |
Definition at line 181 of file ELdestControl.cc.
References d.
182 if (
d)
d->excludeModule( moduleName );
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::filterModule |
( |
ELstring const & |
moduleName | ) |
|
|
virtual |
Definition at line 177 of file ELdestControl.cc.
References d.
178 if (
d)
d->filterModule( moduleName );
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::flush |
( |
| ) |
|
|
virtual |
int edm::service::ELdestControl::getLineLength |
( |
| ) |
const |
|
virtual |
Definition at line 169 of file ELdestControl.cc.
References d.
171 return d->getLineLength();
boost::shared_ptr< ELdestination > d
ELstring edm::service::ELdestControl::getNewline |
( |
| ) |
const |
void edm::service::ELdestControl::ignoreModule |
( |
ELstring const & |
moduleName | ) |
|
|
virtual |
Definition at line 185 of file ELdestControl.cc.
References d.
186 if (
d)
d->ignoreModule( moduleName );
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::includeContext |
( |
| ) |
|
|
virtual |
Definition at line 140 of file ELdestControl.cc.
References d.
140 {
if (
d)
d->includeContext(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::includeModule |
( |
| ) |
|
|
virtual |
Definition at line 131 of file ELdestControl.cc.
References d.
131 {
if (
d)
d->includeModule(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::includeSerial |
( |
| ) |
|
|
virtual |
Definition at line 143 of file ELdestControl.cc.
References d.
143 {
if (
d)
d->includeSerial(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::includeSubroutine |
( |
| ) |
|
|
virtual |
Definition at line 134 of file ELdestControl.cc.
References d.
134 {
if (
d)
d->includeSubroutine(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::includeText |
( |
| ) |
|
|
virtual |
Definition at line 128 of file ELdestControl.cc.
References d.
128 {
if (
d)
d->includeText(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::includeTime |
( |
| ) |
|
|
virtual |
Definition at line 137 of file ELdestControl.cc.
References d.
137 {
if (
d)
d->includeTime(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::noTerminationSummary |
( |
| ) |
|
|
virtual |
void edm::service::ELdestControl::respondToModule |
( |
ELstring const & |
moduleName | ) |
|
|
virtual |
Definition at line 189 of file ELdestControl.cc.
References d.
190 if (
d)
d->respondToModule( moduleName );
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::separateEpilogue |
( |
| ) |
|
|
virtual |
Definition at line 151 of file ELdestControl.cc.
References d.
151 {
if (
d)
d->separateEpilogue(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::separateTime |
( |
| ) |
|
|
virtual |
Definition at line 148 of file ELdestControl.cc.
References d.
148 {
if (
d)
d->separateTime(); }
boost::shared_ptr< ELdestination > d
Definition at line 103 of file ELdestControl.cc.
References d.
104 if (
d)
d->limits.setLimit( sv,
n );
boost::shared_ptr< ELdestination > d
int edm::service::ELdestControl::setLineLength |
( |
int |
len | ) |
|
|
virtual |
Definition at line 194 of file ELdestControl.cc.
References d.
195 if (
d)
d->newline = newline;
boost::shared_ptr< ELdestination > d
Definition at line 156 of file ELdestControl.cc.
References d.
157 if (
d)
d->preamble = preamble;
boost::shared_ptr< ELdestination > d
ELdestControl & edm::service::ELdestControl::setTableLimit |
( |
int |
n | ) |
|
|
virtual |
Definition at line 121 of file ELdestControl.cc.
References d.
122 if (
d)
d->limits.setTableLimit(
n );
boost::shared_ptr< ELdestination > d
Definition at line 115 of file ELdestControl.cc.
References d.
116 if (
d)
d->limits.setTimespan( sv,
n );
boost::shared_ptr< ELdestination > d
Definition at line 79 of file ELdestControl.cc.
References d.
80 if (
d)
d->traceThreshold = sv;
boost::shared_ptr< ELdestination > d
Definition at line 269 of file ELdestControl.cc.
References d.
271 return d->statisticsMap();
273 return std::map<ELextendedID , StatsCount>();
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::summarization |
( |
const ELstring & |
title, |
|
|
const ELstring & |
sumLines |
|
) |
| |
|
virtual |
void edm::service::ELdestControl::summary |
( |
ELdestControl & |
dest, |
|
|
char * |
title = "" |
|
) |
| |
|
virtual |
void edm::service::ELdestControl::summary |
( |
std::ostream & |
os, |
|
|
char * |
title = "" |
|
) |
| |
|
virtual |
Definition at line 211 of file ELdestControl.cc.
References d.
212 if (
d)
d->summary( os,
title );
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::summary |
( |
ELstring & |
s, |
|
|
char * |
title = "" |
|
) |
| |
|
virtual |
void edm::service::ELdestControl::summary |
( |
| ) |
|
|
virtual |
Definition at line 220 of file ELdestControl.cc.
References d.
221 if (
d)
d->summary( );
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::summaryForJobReport |
( |
std::map< std::string, double > & |
sm | ) |
|
|
virtual |
Definition at line 224 of file ELdestControl.cc.
References d.
225 if (
d)
d->summaryForJobReport(sm);
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::suppressContext |
( |
| ) |
|
|
virtual |
Definition at line 139 of file ELdestControl.cc.
References d.
139 {
if (
d)
d->suppressContext(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::suppressModule |
( |
| ) |
|
|
virtual |
Definition at line 130 of file ELdestControl.cc.
References d.
130 {
if (
d)
d->suppressModule(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::suppressSerial |
( |
| ) |
|
|
virtual |
Definition at line 142 of file ELdestControl.cc.
References d.
142 {
if (
d)
d->suppressSerial(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::suppressSubroutine |
( |
| ) |
|
|
virtual |
Definition at line 133 of file ELdestControl.cc.
References d.
133 {
if (
d)
d->suppressSubroutine(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::suppressText |
( |
| ) |
|
|
virtual |
Definition at line 127 of file ELdestControl.cc.
References d.
127 {
if (
d)
d->suppressText(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::suppressTime |
( |
| ) |
|
|
virtual |
void edm::service::ELdestControl::useContext |
( |
| ) |
|
|
virtual |
Definition at line 146 of file ELdestControl.cc.
References d.
146 {
if (
d)
d->useContext(); }
boost::shared_ptr< ELdestination > d
void edm::service::ELdestControl::useFullContext |
( |
| ) |
|
|
virtual |
Definition at line 145 of file ELdestControl.cc.
References d.
145 {
if (
d)
d->useFullContext(); }
boost::shared_ptr< ELdestination > d
Definition at line 127 of file ELdestControl.h.
Referenced by attachEpilogue(), attachTime(), changeFile(), clearSummary(), excludeModule(), filterModule(), flush(), getLineLength(), getNewline(), ignoreModule(), includeContext(), includeModule(), includeSerial(), includeSubroutine(), includeText(), includeTime(), log(), noTerminationSummary(), respondToModule(), separateEpilogue(), separateTime(), setInterval(), setLimit(), setLineLength(), setNewline(), setPreamble(), setTableLimit(), setThreshold(), setTimespan(), setTraceThreshold(), statisticsMap(), summarization(), summary(), summaryForJobReport(), suppressContext(), suppressModule(), suppressSerial(), suppressSubroutine(), suppressText(), suppressTime(), useContext(), useFullContext(), wipe(), and zero().