Uses of Class
ch.qos.logback.core.AppenderBase
Packages that use AppenderBase
Package
Description
Contains helpers.
Contains classes used to log through a network
Contains sifting appender support for dynamic appender creation based on runtime attributes.
Helpers package.
Contains the base classes used by logback to log to remote
destinations.
Contains the base classes used by logback to serve logging events to
remote peers.
Contains classes for storing events in list-like structures.
Contains sifting appender framework for dynamic appender creation based on runtime attributes.
Contains utility classes for testing purposes.
-
Uses of AppenderBase in ch.qos.logback.classic.helpers
Subclasses of AppenderBase in ch.qos.logback.classic.helpers -
Uses of AppenderBase in ch.qos.logback.classic.net
Subclasses of AppenderBase in ch.qos.logback.classic.netModifier 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 AppenderBase in ch.qos.logback.classic.sift
Subclasses of AppenderBase in ch.qos.logback.classic.siftModifier and TypeClassDescriptionclassThis appender can contain other appenders which it can build dynamically depending on MDC values. -
Uses of AppenderBase in ch.qos.logback.core.helpers
Subclasses of AppenderBase in ch.qos.logback.core.helpers -
Uses of AppenderBase in ch.qos.logback.core.net
Subclasses of AppenderBase in ch.qos.logback.core.netModifier 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 AppenderBase in ch.qos.logback.core.net.server
Subclasses of AppenderBase in ch.qos.logback.core.net.serverModifier 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 AppenderBase in ch.qos.logback.core.read
Subclasses of AppenderBase in ch.qos.logback.core.readModifier and TypeClassDescriptionclassCyclicBufferAppender stores events in a cyclic buffer of user-specified size.classListAppender<E> -
Uses of AppenderBase in ch.qos.logback.core.sift
Subclasses of AppenderBase in ch.qos.logback.core.siftModifier and TypeClassDescriptionclassThis appender serves as the base class for actual SiftingAppenders implemented by the logback-classic and logback-access modules. -
Uses of AppenderBase in ch.qos.logback.core.testUtil
Subclasses of AppenderBase in ch.qos.logback.core.testUtil