Class MicronautJoranConfigurator

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.GenericXMLConfigurator
ch.qos.logback.core.joran.JoranConfiguratorBase<ch.qos.logback.classic.spi.ILoggingEvent>
ch.qos.logback.classic.joran.JoranConfigurator
io.kokuwa.micronaut.logging.configurator.MicronautJoranConfigurator
All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware

public class MicronautJoranConfigurator extends ch.qos.logback.classic.joran.JoranConfigurator
Add custom actions.
Author:
Stephan Schnabel
  • 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
    void
    addElementSelectorAndActionAssociations(ch.qos.logback.core.joran.spi.RuleStore rs)
     

    Methods inherited from class ch.qos.logback.classic.joran.JoranConfigurator

    addDefaultNestedComponentRegistryRules, addModelHandlerAssociations, sanityCheck

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

    buildModelInterpretationContext, getInterpretationContext, performCheck, setImplicitRuleSupplier

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

    buildModelFromSaxEventList, buildSaxEventInterpreter, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, getModelInterpretationContext, 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

    • MicronautJoranConfigurator

      public MicronautJoranConfigurator()
  • Method Details

    • addElementSelectorAndActionAssociations

      public void addElementSelectorAndActionAssociations(ch.qos.logback.core.joran.spi.RuleStore rs)
      Overrides:
      addElementSelectorAndActionAssociations in class ch.qos.logback.classic.joran.JoranConfigurator