Uses of Class
ch.qos.logback.core.AppenderBase
Package
Description
Contains helpers.
Contains classes used to log through a network
Provides a robust logging server
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.
-
Uses of AppenderBase in ch.qos.logback.classic.helpers
-
Uses of AppenderBase in ch.qos.logback.classic.net
Modifier and TypeClassDescriptionclass
Send an e-mail when a specific logging event occurs, typically on errors or fatal errors.class
SendsILoggingEvent
objects to a remote a log server, usually aSocketNode
.class
ASocketAppender
that supports SSL.class
This appender can be used to send messages to a remote syslog daemon. -
Uses of AppenderBase in ch.qos.logback.classic.net.server
Modifier and TypeClassDescriptionclass
An appender that listens on a TCP port for connections from remote loggers.class
AServerSocketAppender
that supports SSL. -
Uses of AppenderBase in ch.qos.logback.classic.sift
Modifier and TypeClassDescriptionclass
This appender can contain other appenders which it can build dynamically depending on MDC values. -
Uses of AppenderBase in ch.qos.logback.core.helpers
-
Uses of AppenderBase in ch.qos.logback.core.net
Modifier and TypeClassDescriptionclass
An abstract base for module specificSocketAppender
implementations in other logback modules.class
An abstract base for module specificSSLSocketAppender
implementations located in other logback modules.class
An abstract class that provides support for sending events to an email address.class
Base class for SyslogAppender. -
Uses of AppenderBase in ch.qos.logback.core.net.server
Modifier and TypeClassDescriptionclass
This is the super class for module specific ServerSocketAppender implementations can derive from.class
This is the base class for module specific ServerSocketAppender implementations. -
Uses of AppenderBase in ch.qos.logback.core.read
Modifier and TypeClassDescriptionclass
CyclicBufferAppender stores events in a cyclic buffer of user-specified size.class
ListAppender<E>
-
Uses of AppenderBase in ch.qos.logback.core.sift
Modifier and TypeClassDescriptionclass
This 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