CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <ZMexLogger.h>
Public Member Functions | |
ZMexLogTwice (std::ostream &os1) | |
ZMexLogTwice (std::ostream &os1, std::ostream &os2) | |
virtual | ~ZMexLogTwice () |
virtual ZMexLogTwice * | clone () const |
virtual ZMexLogResult | emit (const ZMexception &x) |
virtual ZMexLogResult | emit (const std::string &s) |
Public Member Functions inherited from zmex::ZMexLogBehavior | |
ZMexLogBehavior () | |
virtual | ~ZMexLogBehavior () |
virtual ZMexLogBehavior * | clone () const |
virtual ZMexLogResult | emit (const ZMexception &x) |
virtual ZMexLogResult | emit (const std::string &s) |
virtual bool | isTimeDesired () const |
virtual bool | isFilePathDesired () const |
Definition at line 160 of file ZMexLogger.h.
zmex::ZMexLogTwice::ZMexLogTwice | ( | std::ostream & | os1 | ) |
Definition at line 135 of file ZMexLogger.cc.
zmex::ZMexLogTwice::ZMexLogTwice | ( | std::ostream & | os1, |
std::ostream & | os2 | ||
) |
Definition at line 141 of file ZMexLogger.cc.
|
virtual |
Definition at line 147 of file ZMexLogger.cc.
|
virtual |
|
virtual |
Reimplemented from zmex::ZMexLogBehavior.
Definition at line 163 of file ZMexLogger.cc.
|
virtual |
Reimplemented from zmex::ZMexLogBehavior.
Definition at line 152 of file ZMexLogger.cc.
Referenced by emit().