\
return _classInfo.setHandler( newHandler); } \
return _classInfo.getHandler(); } \
\
return _classInfo.setLogger( newLogger ); } \
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); } \
return ( (_classInfo.name() == x.
name()) && \
(_classInfo.facility() == x.
facility() ) ); } \
\
_classInfo.facility()) ); } \
\
static void logNMore( const int N ) { \
_classInfo.logNMore( N ); } \
virtual std::string facility() const
virtual bool isDerivedFrom(const std::string, const std::string) const
virtual std::string name() const