Class JoranConfiguratorBase<E>

  • All Implemented Interfaces:
    ContextAware
    Direct Known Subclasses:
    JoranConfigurator

    @Deprecated(since="2022-01-27")
    public abstract class JoranConfiguratorBase<E>
    extends GenericConfigurator
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    A JoranConfiguratorBase lays most of the groundwork for concrete configurators derived from it. Concrete configurators only need to implement the addInstanceRules(ch.qos.logback.core.joran.spi.RuleStore) method.

    A JoranConfiguratorBase instance should not be used more than once to configure a Context.

    • Constructor Detail

      • JoranConfiguratorBase

        public JoranConfiguratorBase()
        Deprecated.