CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
zmex::ZMexLogNever Class Reference

#include <ZMexLogger.h>

+ Inheritance diagram for zmex::ZMexLogNever:

Public Member Functions

 ZMexLogNever ()
 
virtual ~ZMexLogNever ()
 
virtual ZMexLogResult emit (const ZMexception &x)
 
virtual ZMexLogNeverclone () const
 
virtual ZMexLogResult emit (const std::string &s)
 
- Public Member Functions inherited from zmex::ZMexLogBehavior
 ZMexLogBehavior ()
 
virtual ~ZMexLogBehavior ()
 
virtual ZMexLogBehaviorclone () const
 
virtual ZMexLogResult emit (const ZMexception &x)
 
virtual ZMexLogResult emit (const std::string &s)
 
virtual bool isTimeDesired () const
 
virtual bool isFilePathDesired () const
 

Detailed Description

Definition at line 100 of file ZMexLogger.h.

Constructor & Destructor Documentation

◆ ZMexLogNever()

zmex::ZMexLogNever::ZMexLogNever ( )

Definition at line 70 of file ZMexLogger.cc.

72{ ; }

Referenced by clone().

◆ ~ZMexLogNever()

zmex::ZMexLogNever::~ZMexLogNever ( )
virtual

Definition at line 74 of file ZMexLogger.cc.

74{ ; }

Member Function Documentation

◆ clone()

ZMexLogNever * zmex::ZMexLogNever::clone ( ) const
virtual

Reimplemented from zmex::ZMexLogBehavior.

Definition at line 77 of file ZMexLogger.cc.

77{ return new ZMexLogNever( *this ); }

◆ emit() [1/2]

ZMexLogResult zmex::ZMexLogNever::emit ( const std::string &  s)
virtual

Reimplemented from zmex::ZMexLogBehavior.

Definition at line 83 of file ZMexLogger.cc.

85 {
86 //DEBUG cerr << "ZMexLogNever::emit()" << endl;
87
88 // Do nothing with string& (but do it well!):
89 return ZMexNOTLOGGED;
90}
@ ZMexNOTLOGGED
Definition: ZMexLogResult.h:19

◆ emit() [2/2]

ZMexLogResult zmex::ZMexLogNever::emit ( const ZMexception x)
virtual

Reimplemented from zmex::ZMexLogBehavior.

Definition at line 79 of file ZMexLogger.cc.

79 {
80 return ZMexNOTLOGGED; //
81}

The documentation for this class was generated from the following files: