Uses of Interface
ch.qos.logback.core.spi.DeferredProcessingAware
Packages that use DeferredProcessingAware
Package
Description
Contains the core classes of logback access.
Contains core classes of logback classic.
-
Uses of DeferredProcessingAware in ch.qos.logback.access.spi
Subinterfaces of DeferredProcessingAware in ch.qos.logback.access.spiModifier and TypeInterfaceDescriptioninterface
The Access module's internal representation of logging events.Classes in ch.qos.logback.access.spi that implement DeferredProcessingAwareModifier and TypeClassDescriptionclass
The Access module's internal representation of logging events. -
Uses of DeferredProcessingAware in ch.qos.logback.classic.spi
Subinterfaces of DeferredProcessingAware in ch.qos.logback.classic.spiModifier and TypeInterfaceDescriptioninterface
The central interface in logback-classic.Classes in ch.qos.logback.classic.spi that implement DeferredProcessingAwareModifier and TypeClassDescriptionclass
The internal representation of logging events.class
A read-only and serializable implementation ofILoggingEvent
.