org.apache.log4j.spi
public interface RepositorySelector
LogManager
uses one (and only one)
RepositorySelector
implementation to select the
{@link LoggerRepository} for a particular application context.
It is the responsability of the RepositorySelector
implementation to track the application context. Log4j makes no
assumptions about the application context or on its management.
See also {@link org.apache.log4j.LogManager LogManager}.
Since: 1.2
Method Summary | |
---|---|
LoggerRepository | getLoggerRepository()
Returns a {@link LoggerRepository} depending on the
context. |