Class LogConfigurator

  • All Implemented Interfaces:
    ch.qos.logback.core.spi.ContextAware

    public class LogConfigurator
    extends ch.qos.logback.classic.joran.JoranConfigurator
    Author:
    alex
    • Field Summary

      • Fields inherited from class ch.qos.logback.core.joran.GenericConfigurator

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

        context
    • Constructor Summary

      Constructors 
      Constructor Description
      LogConfigurator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addInstanceRules​(ch.qos.logback.core.joran.spi.RuleStore rs)  
      LogReader getDefaultLogReader()
      Get default log reader
      LogReader getLogReader​(String appenderName)  
      • Methods inherited from class ch.qos.logback.classic.joran.JoranConfigurator

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

        addImplicitRules, buildInterpreter, getInterpretationContext
      • Methods inherited from class ch.qos.logback.core.joran.GenericConfigurator

        doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, getBeanDescriptionCache, informContextOfURLUsedForConfiguration, initialElementPath, recallSafeConfiguration, registerSafeConfiguration
      • Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase

        addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
    • Constructor Detail

      • LogConfigurator

        public LogConfigurator()
    • Method Detail

      • getDefaultLogReader

        public LogReader getDefaultLogReader()
        Get default log reader
        Returns:
        log reader
      • getLogReader

        public LogReader getLogReader​(String appenderName)
        Parameters:
        appenderName -
        Returns:
        log reader
      • addInstanceRules

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