Uses of Interface
ch.qos.logback.core.spi.AppenderAttachable
Packages that use AppenderAttachable
Package
Description
Contains logback classic main classes.
Contains the main classes of logback core.
Contains core functionalities of logback, such as
AppenderAttachable
and
LifeCycle
.-
Uses of AppenderAttachable in ch.qos.logback.classic
Classes in ch.qos.logback.classic that implement AppenderAttachableModifier and TypeClassDescriptionclass
In order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable.final class
-
Uses of AppenderAttachable in ch.qos.logback.core
Classes in ch.qos.logback.core that implement AppenderAttachableModifier and TypeClassDescriptionclass
This appender and derived classes, log events asynchronously. -
Uses of AppenderAttachable in ch.qos.logback.core.spi
Classes in ch.qos.logback.core.spi that implement AppenderAttachableModifier and TypeClassDescriptionclass
ACOWArrayList
based implementation of theAppenderAttachable
interface.