|
Log4j 1.3alpha-1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.log4j.spi.DefaultRepositorySelector
Constructor Summary | |
DefaultRepositorySelector()
|
Method Summary | |
LoggerRepository |
detachRepository(java.lang.String contextName)
Does nothing. |
LoggerRepository |
getLoggerRepository()
Returns a LoggerRepository depending on the
context. |
void |
setDefaultRepository(LoggerRepository dr)
Sets the default repository |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultRepositorySelector()
Method Detail |
public LoggerRepository getLoggerRepository()
RepositorySelector
LoggerRepository
depending on the
context. Implementors must make sure that a valid (non-null)
LoggerRepository is returned.
getLoggerRepository
in interface RepositorySelector
public void setDefaultRepository(LoggerRepository dr)
RepositorySelector
setDefaultRepository
in interface RepositorySelector
public LoggerRepository detachRepository(java.lang.String contextName)
detachRepository
in interface RepositorySelector
|
Log4j 1.3alpha-1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |