CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/Exceptions/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 () | |
ZMhandleTo & | operator= (const ZMhandleTo &rhs) |
Additional Inherited Members | |
Protected Attributes inherited from ZMhandleTo< ZMexLogBehavior > | |
ZMuseCount | u_ |
ZMexLogBehavior * | rep_ |
Definition at line 256 of file ZMexLogger.h.
zmex::ZMexLogger::ZMexLogger | ( | const ZMexLogBehavior & | desiredBehavior | ) |
zmex::ZMexLogger::~ZMexLogger | ( | ) |
ZMexLogBehavior * zmex::ZMexLogger::control | ( | ) |
ZMexLogResult zmex::ZMexLogger::emit | ( | const std::string & | message | ) |
ZMexLogResult zmex::ZMexLogger::emit | ( | const ZMexception & | exc | ) |
Referenced by zmex::ZMexception::logMe().