Module ch.qos.logback.core
Package ch.qos.logback.core.spi
Contains core functionalities of logback, such as
AppenderAttachable and
LifeCycle.
-
Interface Summary Interface Description AppenderAttachable<E> Interface for attaching appenders to objects.ComponentTracker<C> Interface for tracking various components by key.ConfigurationEventListener A listener ofconfiguration events.ContextAware An object which has a context and add methods for updating internal status messages.ContextAwarePropertyContainer An interface extending bothPropertyContainerandContextAwareDeferredProcessingAware FilterAttachable<E> Interface for attaching filters to objects.LifeCycle Components supporting start/stop implement this interface.PreSerializationTransformer<E> PreSerializationTransformer instances have the responsibility to transform object into a presumably equivalent serializable representation.PropertyContainer PropertyDefiner SequenceNumberGenerator Generate sequence numbers -
Class Summary Class Description AbstractComponentTracker<C> An abstract implementation of the ComponentTracker interface.AppenderAttachableImpl<E> ACOWArrayListbased implementation of theAppenderAttachableinterface.BasicSequenceNumberGenerator A very simpleSequenceNumberGeneratorbased on anAtomicLongvariable.ConfigurationEvent This class configuration events which can be of various types such as CHANGE_DETECTED, CONFIGURATION_STARTED and CONFIGURATION_ENDED.ContextAwareBase A helper class that implements ContextAware methods.ContextAwareImpl A helper class that implements ContextAware methods.CyclicBufferTracker<E> CyclicBufferTracker tracksCyclicBufferinstances.ErrorCodes FilterAttachableImpl<E> Implementation of FilterAttachable.LogbackLock This class just makes it easier to identify locks associated with logback when analysing thread dumps. -
Enum Summary Enum Description ConfigurationEvent.EventType FilterReply This enum represents the possible replies that a filtering component in logback can return. -
Exception Summary Exception Description ScanException