Package ch.qos.logback.classic.selector
Interface ContextSelector
- All Known Implementing Classes:
ContextJNDISelector,DefaultContextSelector
public interface ContextSelector
An interface that provides access to different contexts.
It is used by the LoggerFactory to access the context
it will use to retrieve loggers.
-
Method Summary
Modifier and TypeMethodDescriptiondetachLoggerContext(String loggerContextName) getLoggerContext(String name)
-
Method Details
-
getLoggerContext
LoggerContext getLoggerContext() -
getLoggerContext
-
getDefaultLoggerContext
LoggerContext getDefaultLoggerContext() -
detachLoggerContext
-
getContextNames
-