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 SummaryNested classes/interfaces inherited from interface ch.qos.logback.classic.spi.Configuratorch.qos.logback.classic.spi.Configurator.ExecutionStatus
- 
Field SummaryFields inherited from class ch.qos.logback.core.spi.ContextAwareBasecontext
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionch.qos.logback.classic.spi.Configurator.ExecutionStatusconfigure(ch.qos.logback.classic.LoggerContext loggerContext) Methods inherited from class ch.qos.logback.core.spi.ContextAwareBaseaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.qos.logback.core.spi.ContextAwareaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
- 
Constructor Details- 
RootLogLevelConfiguratorpublic RootLogLevelConfigurator()
 
- 
- 
Method Details- 
configurepublic ch.qos.logback.classic.spi.Configurator.ExecutionStatus configure(ch.qos.logback.classic.LoggerContext loggerContext) - Specified by:
- configurein interface- ch.qos.logback.classic.spi.Configurator
 
 
-