Apache log4cxx  Version 0.11.0
log4cxx::spi::HierarchyEventListener Class Referenceabstract

Listen to events occuring within a Hierarchy. More...

#include <hierarchyeventlistener.h>

Inheritance diagram for log4cxx::spi::HierarchyEventListener:
log4cxx::helpers::Object

Public Member Functions

virtual void addAppenderEvent (const log4cxx::helpers::ObjectPtrT< Logger > &logger, const log4cxx::helpers::ObjectPtrT< Appender > &appender)=0
 
virtual void removeAppenderEvent (const log4cxx::helpers::ObjectPtrT< Logger > &logger, const log4cxx::helpers::ObjectPtrT< Appender > &appender)=0
 
- Public Member Functions inherited from log4cxx::helpers::Object
virtual void addRef () const =0
 
virtual void releaseRef () const =0
 
virtual bool instanceof (const Class &clazz) const =0
 
virtual const void * cast (const Class &clazz) const =0
 

Detailed Description

Listen to events occuring within a Hierarchy.


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