Package ch.qos.logback.core.spi
package ch.qos.logback.core.spi
Contains core functionnalities of logback, such as
AppenderAttachable
and
LifeCycle
.
-
Interface SummaryInterfaceDescriptionInterface for attaching appenders to objects.Interface for tracking various components by key.An object which has a context and add methods for updating internal status messages.Interface for attaching filters to objects.PreSerializationTransformer instances have the responsibility to transform object into a presumably equivalent serializable representation.Generate sequence numbers
-
Class SummaryClassDescriptionAn abstract implementation of the ComponentTracker interface.A ReentrantReadWriteLock based implementation of the
AppenderAttachable
interface.A very simpleSequenceNumberGenerator
based on anAtomicLong
variable.A helper class that implements ContextAware methods.A helper class that implements ContextAware methods.CyclicBufferTracker tracksCyclicBuffer
instances.Implementation of FilterAttachable.This class just makes it easier to identify locks associated with logback when analysing thread dumps. -
Enum SummaryEnumDescriptionThis enum represents the possible replies that a filtering component in logback can return.
-
Exception Summary