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