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 Details

    • getLoggerContext

      LoggerContext getLoggerContext()
      Deprecated.
    • getLoggerContext

      LoggerContext getLoggerContext(String name)
      Deprecated.
    • getDefaultLoggerContext

      LoggerContext getDefaultLoggerContext()
      Deprecated.
    • detachLoggerContext

      LoggerContext detachLoggerContext(String loggerContextName)
      Deprecated.
    • getContextNames

      List<String> getContextNames()
      Deprecated.