Class RootLogLevelConfigurator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
org.springframework.boot.logging.logback.RootLogLevelConfigurator
- All Implemented Interfaces:
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
.- Since:
- 3.1.0
- Author:
- Andy Wilkinson
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.qos.logback.classic.spi.Configurator
ch.qos.logback.classic.spi.Configurator.ExecutionStatus
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionch.qos.logback.classic.spi.Configurator.ExecutionStatus
configure
(ch.qos.logback.classic.LoggerContext loggerContext) 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
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Constructor Details
-
RootLogLevelConfigurator
public RootLogLevelConfigurator()
-
-
Method Details
-
configure
public ch.qos.logback.classic.spi.Configurator.ExecutionStatus configure(ch.qos.logback.classic.LoggerContext loggerContext) - Specified by:
configure
in interfacech.qos.logback.classic.spi.Configurator
-