Uses of Interface
ch.qos.logback.core.spi.FilterAttachable
Packages that use FilterAttachable
Package
Description
-
Uses of FilterAttachable in ch.qos.logback.classic
Classes in ch.qos.logback.classic that implement FilterAttachableModifier and TypeClassDescriptionclassIn order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable. -
Uses of FilterAttachable in ch.qos.logback.classic.helpers
Classes in ch.qos.logback.classic.helpers that implement FilterAttachable -
Uses of FilterAttachable in ch.qos.logback.classic.net
Classes in ch.qos.logback.classic.net that implement FilterAttachableModifier and TypeClassDescriptionclassSend an e-mail when a specific logging event occurs, typically on errors or fatal errors.classSendsILoggingEventobjects to a remote a log server, usually aSocketNode.classASocketAppenderthat supports SSL.classThis appender can be used to send messages to a remote syslog daemon. -
Uses of FilterAttachable in ch.qos.logback.classic.sift
Classes in ch.qos.logback.classic.sift that implement FilterAttachableModifier and TypeClassDescriptionclassThis appender can contain other appenders which it can build dynamically depending on MDC values. -
Uses of FilterAttachable in ch.qos.logback.core
Subinterfaces of FilterAttachable in ch.qos.logback.coreModifier and TypeInterfaceDescriptioninterfaceAppender<E>Contract for components responsible for delivering logging events to their final destination (console, file, remote server, etc.).Classes in ch.qos.logback.core that implement FilterAttachableModifier and TypeClassDescriptionclassAppenderBase<E>Sets a skeleton implementation for appenders.classThis appender and derived classes, log events asynchronously.classConsoleAppender appends log events toSystem.outorSystem.errusing a layout specified by the user.classFileAppender<E>FileAppender appends log events to a file.classOutputStreamAppender appends events to aOutputStream.classSimilar toAppenderBaseexcept that derived appenders need to handle thread synchronization on their own. -
Uses of FilterAttachable in ch.qos.logback.core.helpers
Classes in ch.qos.logback.core.helpers that implement FilterAttachable -
Uses of FilterAttachable in ch.qos.logback.core.net
Classes in ch.qos.logback.core.net that implement FilterAttachableModifier and TypeClassDescriptionclassAn abstract base for module specificSocketAppenderimplementations in other logback modules.classAn abstract base for module specificSSLSocketAppenderimplementations located in other logback modules.classAn abstract class that provides support for sending events to an email address.classBase class for SyslogAppender. -
Uses of FilterAttachable in ch.qos.logback.core.net.server
Classes in ch.qos.logback.core.net.server that implement FilterAttachableModifier and TypeClassDescriptionclassThis is the super class for module specific ServerSocketAppender implementations can derive from.classThis is the base class for module specific ServerSocketAppender implementations. -
Uses of FilterAttachable in ch.qos.logback.core.read
Classes in ch.qos.logback.core.read that implement FilterAttachableModifier and TypeClassDescriptionclassCyclicBufferAppender stores events in a cyclic buffer of user-specified size.classListAppender<E> -
Uses of FilterAttachable in ch.qos.logback.core.rolling
Classes in ch.qos.logback.core.rolling that implement FilterAttachableModifier and TypeClassDescriptionclassRollingFileAppenderextendsFileAppenderto back up the log files depending onRollingPolicyandTriggeringPolicy. -
Uses of FilterAttachable in ch.qos.logback.core.sift
Classes in ch.qos.logback.core.sift that implement FilterAttachableModifier and TypeClassDescriptionclassThis appender serves as the base class for actual SiftingAppenders implemented by the logback-classic and logback-access modules. -
Uses of FilterAttachable in ch.qos.logback.core.spi
Classes in ch.qos.logback.core.spi that implement FilterAttachableModifier and TypeClassDescriptionfinal classImplementation of FilterAttachable. -
Uses of FilterAttachable in ch.qos.logback.core.testUtil
Classes in ch.qos.logback.core.testUtil that implement FilterAttachable