Class ContextAwareBase

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

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ü