Package ch.qos.logback.classic.selector
Interface ContextSelector
- All Known Implementing Classes:
ContextJNDISelector
,DefaultContextSelector
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
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) Deprecated.Deprecated.Deprecated.Deprecated.getLoggerContext
(String name) Deprecated.
-
Method Details
-
getLoggerContext
LoggerContext getLoggerContext()Deprecated. -
getLoggerContext
Deprecated. -
getDefaultLoggerContext
LoggerContext getDefaultLoggerContext()Deprecated. -
detachLoggerContext
Deprecated. -
getContextNames
Deprecated.
-