Class ContextJNDISelector

java.lang.Object
ch.qos.logback.classic.selector.ContextJNDISelector
All Implemented Interfaces:
ContextSelector

@Deprecated(since="2022-01-27") public class ContextJNDISelector extends Object implements ContextSelector
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A class that allows the LoggerFactory to access an environment-based LoggerContext.

To add in catalina.sh

JAVA_OPTS="$JAVA_OPTS "-Dlogback.ContextSelector=JNDI""

  • Constructor Details

    • ContextJNDISelector

      public ContextJNDISelector(LoggerContext context)
      Deprecated.
  • Method Details