Uses of Interface
ch.qos.logback.core.spi.AppenderAttachable
-
Packages that use AppenderAttachable Package Description ch.qos.logback.classic Contains logback classic main classes.ch.qos.logback.core Contains the main classes of logback core.ch.qos.logback.core.spi Contains core functionnalities of logback, such as -
-
Uses of AppenderAttachable in ch.qos.logback.classic
Classes in ch.qos.logback.classic that implement AppenderAttachable Modifier and Type Class Description classAsyncAppenderIn order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable.classLogger -
Uses of AppenderAttachable in ch.qos.logback.core
Classes in ch.qos.logback.core that implement AppenderAttachable Modifier and Type Class Description classAsyncAppenderBase<E>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 AppenderAttachable Modifier and Type Class Description classAppenderAttachableImpl<E>A ReentrantReadWriteLock based implementation of theAppenderAttachableinterface.
-