\
return _classInfo.setHandler( newHandler); } \
return _classInfo.getHandler(); } \
\
static zmex::ZMexLogger setLogger( \
const zmex::ZMexLogger & newLogger ) { \
return _classInfo.setLogger( newLogger ); } \
static zmex::ZMexLogger getLogger() { \
return _classInfo.getLogger(); } \
\
return _classInfo.setSeverity (newSeverity); } \
static const std::string setName ( const std::string & newName ) { \
return _classInfo.setName (newName); } \
static const std::string setFacility(const std::string& newFacility){ \
return _classInfo.setFacility (newFacility); } \
static bool isTypeOf( const zmex::ZMexception & x ) { \
return ( (_classInfo.name() == x.
name()) && \
(_classInfo.facility() == x.
facility() ) ); } \
\
static bool isBaseOf( const zmex::ZMexception & x ) { \
_classInfo.facility()) ); } \
\
static void logNMore( const int N ) { \
_classInfo.logNMore( N ); } \
virtual std::string name() const
virtual bool isDerivedFrom(const std::string, const std::string) const
virtual std::string facility() const