类 CoreConfigurator

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.util.DefaultJoranConfigurator
com.tlcsdm.core.logging.logback.CoreConfigurator
所有已实现的接口:
ch.qos.logback.classic.spi.Configurator, ch.qos.logback.core.spi.ContextAware

public class CoreConfigurator extends ch.qos.logback.classic.util.DefaultJoranConfigurator
Extended version of the Logback DefaultJoranConfigurator.
作者:
unknowIfGuestInDream
  • 嵌套类概要

    从接口继承的嵌套类/接口 ch.qos.logback.classic.spi.Configurator

    ch.qos.logback.classic.spi.Configurator.ExecutionStatus
  • 字段概要

    从类继承的字段 ch.qos.logback.core.spi.ContextAwareBase

    context
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
     

    从类继承的方法 ch.qos.logback.classic.util.DefaultJoranConfigurator

    configure, findURLOfDefaultConfigurationFile

    从类继承的方法 ch.qos.logback.core.spi.ContextAwareBase

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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 ch.qos.logback.core.spi.ContextAware

    addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
  • 构造器详细资料

    • CoreConfigurator

      public CoreConfigurator()
  • 方法详细资料

    • configureByResource

      public void configureByResource(URL url) throws ch.qos.logback.core.joran.spi.JoranException
      覆盖:
      configureByResource 在类中 ch.qos.logback.classic.util.DefaultJoranConfigurator
      抛出:
      ch.qos.logback.core.joran.spi.JoranException