Class JoranConfiguratorBase<E>

All Implemented Interfaces:
ContextAware
Direct Known Subclasses:
JoranConfigurator

public abstract class JoranConfiguratorBase<E> extends GenericXMLConfigurator
A JoranConfiguratorBase lays most of the groundwork for concrete configurators derived from it. Concrete configurators only need to implement the addElementSelectorAndActionAssociations(ch.qos.logback.core.joran.spi.RuleStore) method.

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

Author:
Ceki Gülcü