CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <ZMexLogger.h>
Public Member Functions | |
ZMexLogger (const ZMexLogBehavior &desiredBehavior) | |
~ZMexLogger () | |
ZMexLogResult | emit (const ZMexception &exc) |
ZMexLogResult | emit (const std::string &message) |
ZMexLogBehavior * | control () |
Public Member Functions inherited from ZMhandleTo< ZMexLogBehavior > | |
ZMhandleTo () | |
ZMhandleTo (const ZMhandleTo &h) | |
~ZMhandleTo () | |
ZMhandleTo & | operator= (const ZMhandleTo &rhs) |
Additional Inherited Members | |
Protected Member Functions inherited from ZMhandleTo< ZMexLogBehavior > | |
ZMhandleTo (const ZMexLogBehavior &t) | |
ZMhandleTo (const ZMexLogBehavior *t) | |
Protected Attributes inherited from ZMhandleTo< ZMexLogBehavior > | |
ZMuseCount | u_ |
ZMexLogBehavior * | rep_ |
Definition at line 256 of file ZMexLogger.h.
zmex::ZMexLogger::ZMexLogger | ( | const ZMexLogBehavior & | desiredBehavior | ) |
Definition at line 245 of file ZMexLogger.cc.
zmex::ZMexLogger::~ZMexLogger | ( | ) |
Definition at line 252 of file ZMexLogger.cc.
ZMexLogBehavior * zmex::ZMexLogger::control | ( | ) |
ZMexLogResult zmex::ZMexLogger::emit | ( | const std::string & | message | ) |
Definition at line 260 of file ZMexLogger.cc.
ZMexLogResult zmex::ZMexLogger::emit | ( | const ZMexception & | exc | ) |
Definition at line 255 of file ZMexLogger.cc.
Referenced by display(), zmex::ZMexception::logMe(), and main().