Apache log4cxx
Version 0.11.0
|
The LogManager
uses one (and only one) RepositorySelector
implementation to select the LoggerRepository for a particular application context.
More...
Public Member Functions | |
virtual | ~RepositorySelector () |
virtual LoggerRepositoryPtr & | getLoggerRepository ()=0 |
Public Member Functions inherited from Object | |
virtual const helpers::Class & | getClass () const |
virtual | ~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 |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
static const helpers::Class & | getStaticClass () |
static const log4cxx::helpers::ClassRegistration & | registerClass () |
The LogManager
uses one (and only one) RepositorySelector
implementation to select the LoggerRepository for a particular application context.
It is the responsability of the RepositorySelector
implementation to track the application context. log4cxx makes no assumptions about the application context or on its management.
See also LogManager.
|
inlinevirtual |
|
pure virtual |
Implemented in DefaultRepositorySelector.