Package ch.qos.logback.classic.selector
Interface ContextSelector
-
- All Known Implementing Classes:
ContextJNDISelector,DefaultContextSelector
@Deprecated(since="2022-01-27") public interface ContextSelector
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description LoggerContextdetachLoggerContext(String loggerContextName)Deprecated.List<String>getContextNames()Deprecated.LoggerContextgetDefaultLoggerContext()Deprecated.LoggerContextgetLoggerContext()Deprecated.LoggerContextgetLoggerContext(String name)Deprecated.
-
-
-
Method Detail
-
getLoggerContext
LoggerContext getLoggerContext()
Deprecated.
-
getLoggerContext
LoggerContext getLoggerContext(String name)
Deprecated.
-
getDefaultLoggerContext
LoggerContext getDefaultLoggerContext()
Deprecated.
-
detachLoggerContext
LoggerContext detachLoggerContext(String loggerContextName)
Deprecated.
-
-