Package io.codemodder
Class LoggingConfigurator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
io.codemodder.LoggingConfigurator
- All Implemented Interfaces:
ch.qos.logback.classic.spi.Configurator
,ch.qos.logback.core.spi.ContextAware
public final class LoggingConfigurator
extends ch.qos.logback.core.spi.ContextAwareBase
implements ch.qos.logback.classic.spi.Configurator
A configurator for the log levels that defaults to "quiet" mode. This can be updated by using the
"-v" (verbose) command line setting. It is activated with the
ServiceLoader
API.-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.qos.logback.classic.spi.Configurator
ch.qos.logback.classic.spi.Configurator.ExecutionStatus
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionch.qos.logback.classic.spi.Configurator.ExecutionStatus
configure
(ch.qos.logback.classic.LoggerContext lc) 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
-
Field Details
-
OUR_ROOT_LOGGER_NAME
-
APPENDER_NAME
- See Also:
-
-
Constructor Details
-
LoggingConfigurator
public LoggingConfigurator()
-
-
Method Details
-
configure
public ch.qos.logback.classic.spi.Configurator.ExecutionStatus configure(ch.qos.logback.classic.LoggerContext lc) - Specified by:
configure
in interfacech.qos.logback.classic.spi.Configurator
-