Class ContextAwareBase

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
All Implemented Interfaces:
ContextAware
Direct Known Subclasses:
AbstractDiscriminator, Action, AggregationAssessor, AppenderBase, AppenderWithinAppenderSanityChecker, BasicConfigurator, BasicSequenceNumberGenerator, BeanDescriptionCache, BeanDescriptionFactory, Compressor, ConcurrentServerRunner, ConfigurationWatchList, ContextUtil, DefaultJoranConfigurator, DefaultProcessor, EncoderBase, EventEvaluatorBase, FileNamePattern, FileUtil, Filter, GenericXMLConfigurator, IfNestedWithinSecondPhaseElementSC, InterruptUtil, LayoutBase, LevelChangePropagator, LoggerContextAwareBase, Matcher, ModelHandlerBase, ModelInterpretationContext, NetworkAddressUtil, OnPrintStreamStatusListenerBase, Parser, PreconditionValidator, PropertyDefinerBase, PropertyEvalScriptBuilder, PropertyModelHandlerHelper, PropertySetter, ReceiverBase, ReconfigureOnChangeTask, RenameUtil, RollingPolicyBase, SaxEventInterpretationContext, SerializedModelConfigurator, ShutdownHookBase, SimpleRuleStore, SSLParametersConfiguration, StaxEventRecorder, TimeBasedArchiveRemover, TimeBasedFileNamingAndTriggeringPolicyBase, TriggeringPolicyBase, TurboFilter, TylerConfiguratorBase, UnsynchronizedAppenderBase, VariableModelHelper, VariableSubstitutionsHelper

public class ContextAwareBase extends Object implements ContextAware
A helper class that implements ContextAware methods. A class can implement the ContextAware interface by deriving from this class.
Author:
Ceki Gülcü