Package ch.qos.logback.classic
Class BasicConfigurator
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.classic.BasicConfigurator
-
- All Implemented Interfaces:
Configurator
,ContextAware
@Deprecated(since="2022-01-27") public class BasicConfigurator extends ContextAwareBase implements Configurator
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.BasicConfigurator configures logback-classic by attaching aConsoleAppender
to the root logger. The console appender's layout is set to aTTLLLayout
.
-
-
Constructor Summary
Constructors Constructor Description BasicConfigurator()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
configure(LoggerContext lc)
Deprecated.The context will also be set before this method is called viaContextAware.setContext(ch.qos.logback.core.Context)
.-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Methods inherited from class java.lang.Object
equals, 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
-
-
-
-
Method Detail
-
configure
public void configure(LoggerContext lc)
Deprecated.Description copied from interface:Configurator
The context will also be set before this method is called viaContextAware.setContext(ch.qos.logback.core.Context)
.- Specified by:
configure
in interfaceConfigurator
-
-