Uses of Interface
ch.qos.logback.core.spi.AppenderAttachable
Packages that use AppenderAttachable
-
Uses of AppenderAttachable in ch.qos.logback.classic
Classes in ch.qos.logback.classic that implement AppenderAttachableModifier and TypeClassDescriptionclassIn 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassACOWArrayListbased implementation of theAppenderAttachableinterface.