类 RootLogLevelConfigurator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
org.springframework.boot.logging.logback.RootLogLevelConfigurator
- 所有已实现的接口:
ch.qos.logback.classic.spi.Configurator
,ch.qos.logback.core.spi.ContextAware
public class RootLogLevelConfigurator
extends ch.qos.logback.core.spi.ContextAwareBase
implements ch.qos.logback.classic.spi.Configurator
Logback
Configurator
, registered through META-INF/services
, that sets
the root log level to Level.INFO
.- 从以下版本开始:
- 3.1.0
- 作者:
- Andy Wilkinson
-
嵌套类概要
从接口继承的嵌套类/接口 ch.qos.logback.classic.spi.Configurator
ch.qos.logback.classic.spi.Configurator.ExecutionStatus
-
字段概要
从类继承的字段 ch.qos.logback.core.spi.ContextAwareBase
context
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明ch.qos.logback.classic.spi.Configurator.ExecutionStatus
configure
(ch.qos.logback.classic.LoggerContext loggerContext) 从类继承的方法 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
-
构造器详细资料
-
RootLogLevelConfigurator
public RootLogLevelConfigurator()
-
-
方法详细资料
-
configure
public ch.qos.logback.classic.spi.Configurator.ExecutionStatus configure(ch.qos.logback.classic.LoggerContext loggerContext) - 指定者:
configure
在接口中ch.qos.logback.classic.spi.Configurator
-