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 a
ConsoleAppender to the root logger. The console appender's layout
is set to a TTLLLayout.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.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, setContextMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Constructor Details
-
BasicConfigurator
public BasicConfigurator()Deprecated.
-
-
Method Details
-
configure
Deprecated.Description copied from interface:ConfiguratorThe context will also be set before this method is called viaContextAware.setContext(ch.qos.logback.core.Context).- Specified by:
configurein interfaceConfigurator
-