Package ch.qos.logback.core.spi
Class ContextAwareBase
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
- All Implemented Interfaces:
ContextAware
- Direct Known Subclasses:
AbstractDiscriminator
,Action
,AppenderBase
,BasicConfigurator
,BeanDescriptionCache
,BeanDescriptionFactory
,Compressor
,ConcurrentServerRunner
,ConfigurationWatchList
,ContextUtil
,EncoderBase
,EventEvaluatorBase
,FileNamePattern
,FileUtil
,Filter
,GenericConfigurator
,InterpretationContext
,InterruptUtil
,JMXConfigurator
,LayoutBase
,LevelChangePropagator
,LoggerContextAwareBase
,Matcher
,OnPrintStreamStatusListenerBase
,Parser
,PropertyDefinerBase
,PropertyEvalScriptBuilder
,PropertySetter
,ReceiverBase
,ReconfigureOnChangeTask
,RenameUtil
,RollingPolicyBase
,ShutdownHookBase
,SimpleRuleStore
,SSLParametersConfiguration
,StaxEventRecorder
,TimeBasedArchiveRemover
,TimeBasedFileNamingAndTriggeringPolicyBase
,TriggeringPolicyBase
,TurboFilter
,UnsynchronizedAppenderBase
@Deprecated(since="2022-01-27")
public class ContextAwareBase
extends Object
implements ContextAware
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A helper class that implements ContextAware methods. A class can implement
the ContextAware interface by deriving from this class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.Deprecated.Deprecated.void
setContext
(Context context) Deprecated.
-
Constructor Details
-
ContextAwareBase
public ContextAwareBase()Deprecated. -
ContextAwareBase
Deprecated.
-
-
Method Details
-
setContext
Deprecated.- Specified by:
setContext
in interfaceContextAware
-
getContext
Deprecated.- Specified by:
getContext
in interfaceContextAware
-
getStatusManager
Deprecated. -
addStatus
Deprecated.- Specified by:
addStatus
in interfaceContextAware
-
addInfo
Deprecated.- Specified by:
addInfo
in interfaceContextAware
-
addInfo
Deprecated.- Specified by:
addInfo
in interfaceContextAware
-
addWarn
Deprecated.- Specified by:
addWarn
in interfaceContextAware
-
addWarn
Deprecated.- Specified by:
addWarn
in interfaceContextAware
-
addError
Deprecated.- Specified by:
addError
in interfaceContextAware
-
addError
Deprecated.- Specified by:
addError
in interfaceContextAware
-