Class ContextSelectorStaticBinder


  • @Deprecated(since="2022-01-27")
    public class ContextSelectorStaticBinder
    extends java.lang.Object
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    Holds the context selector for use in the current environment.
    Since:
    0.9.19
    • Constructor Detail

      • ContextSelectorStaticBinder

        public ContextSelectorStaticBinder()
        Deprecated.
    • Method Detail

      • init

        public void init​(LoggerContext defaultLoggerContext,
                         java.lang.Object key)
                  throws java.lang.ClassNotFoundException,
                         java.lang.NoSuchMethodException,
                         java.lang.InstantiationException,
                         java.lang.IllegalAccessException,
                         java.lang.reflect.InvocationTargetException
        Deprecated.
        FOR INTERNAL USE. This method is intended for use by StaticLoggerBinder.
        Parameters:
        defaultLoggerContext -
        Throws:
        java.lang.ClassNotFoundException
        java.lang.NoSuchMethodException
        java.lang.InstantiationException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException
      • getContextSelector

        public ContextSelector getContextSelector()
        Deprecated.