- 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.
- Author:
- Ceki Gülcü, Sébastien Pennec
-
Method Summary
Modifier and TypeMethodDescriptiondetachLoggerContext
(String loggerContextName) getLoggerContext
(String name)
-
Method Details
-
getLoggerContext
-
getLoggerContext
-
getDefaultLoggerContext
-
detachLoggerContext
-
getContextNames
-