Class JoranConfigurator

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.GenericXMLConfigurator
ch.qos.logback.core.joran.JoranConfiguratorBase<IAccessEvent>
ch.qos.logback.access.common.joran.JoranConfigurator
All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware

public class JoranConfigurator extends ch.qos.logback.core.joran.JoranConfiguratorBase<IAccessEvent>
This JoranConfiguratorclass adds rules specific to logback-access.
Author:
Ceki Gülcü
  • Field Summary

    Fields inherited from class ch.qos.logback.core.joran.GenericXMLConfigurator

    modelInterpretationContext, saxEventInterpreter

    Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase

    context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addDefaultNestedComponentRegistryRules(ch.qos.logback.core.joran.spi.DefaultNestedComponentRegistry registry)
     
    void
    addElementSelectorAndActionAssociations(ch.qos.logback.core.joran.spi.RuleStore rs)
     
    protected void
    addModelHandlerAssociations(ch.qos.logback.core.model.processor.DefaultProcessor defaultProcessor)
     
    void
     

    Methods inherited from class ch.qos.logback.core.joran.JoranConfiguratorBase

    getInterpretationContext, performCheck, sanityCheck, setImplicitRuleSupplier

    Methods inherited from class ch.qos.logback.core.joran.GenericXMLConfigurator

    buildModelFromSaxEventList, buildSaxEventInterpreter, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, getModelInterpretationContext, getRuleStore, informContextOfURLUsedForConfiguration, initialElementPath, populateSaxEventRecorder, processModel, recallSafeConfiguration, registerSafeConfiguration

    Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase

    addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • addElementSelectorAndActionAssociations

      public void addElementSelectorAndActionAssociations(ch.qos.logback.core.joran.spi.RuleStore rs)
      Overrides:
      addElementSelectorAndActionAssociations in class ch.qos.logback.core.joran.JoranConfiguratorBase<IAccessEvent>
    • addModelHandlerAssociations

      protected void addModelHandlerAssociations(ch.qos.logback.core.model.processor.DefaultProcessor defaultProcessor)
      Overrides:
      addModelHandlerAssociations in class ch.qos.logback.core.joran.JoranConfiguratorBase<IAccessEvent>
    • addDefaultNestedComponentRegistryRules

      protected void addDefaultNestedComponentRegistryRules(ch.qos.logback.core.joran.spi.DefaultNestedComponentRegistry registry)
      Overrides:
      addDefaultNestedComponentRegistryRules in class ch.qos.logback.core.joran.GenericXMLConfigurator
    • buildModelInterpretationContext

      Overrides:
      buildModelInterpretationContext in class ch.qos.logback.core.joran.JoranConfiguratorBase<IAccessEvent>