Apache log4cxx
Version 0.10.0
|
The LogManager
uses one (and only one) RepositorySelector
implementation to select the LoggerRepository for a particular application context.
More...
Inherits Object.
Inherited by DefaultRepositorySelector [virtual]
.
Public Member Functions | |
virtual | ~RepositorySelector () |
virtual LoggerRepositoryPtr & | getLoggerRepository ()=0 |
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.
virtual ~RepositorySelector | ( | ) | [inline, virtual] |
virtual LoggerRepositoryPtr& getLoggerRepository | ( | ) | [pure virtual] |
Implemented in DefaultRepositorySelector.