Package | Description |
---|---|
ch.qos.logback.classic.db |
The ch.qos.logback.classic.db package provides means to append logging events
into various databases.
|
ch.qos.logback.classic.net |
Contains classes used to log through a network
|
ch.qos.logback.classic.sift | |
ch.qos.logback.core |
Contains the main classes of logback core.
|
ch.qos.logback.core.db |
The ch.qos.logback.core.db package provides bases classes to append objects
into various databases.
|
ch.qos.logback.core.helpers |
Helpers package.
|
ch.qos.logback.core.net |
Contains the base classes used by logback to log to remote
destinations.
|
ch.qos.logback.core.read | |
ch.qos.logback.core.rolling |
Implements various file rolling policies.
|
ch.qos.logback.core.sift | |
ch.qos.logback.core.spi |
Contains core functionnalities of logback, such as
|
Modifier and Type | Class and Description |
---|---|
class |
DBAppender
The DBAppender inserts logging events into three database tables in a format
independent of the Java programming language.
|
Modifier and Type | Class and Description |
---|---|
class |
JMSQueueAppender
A simple appender that publishes events to a JMS Queue.
|
class |
JMSTopicAppender
A simple appender that publishes events to a JMS Topic.
|
class |
SMTPAppender
Send an e-mail when a specific logging event occurs, typically on errors or
fatal errors.
|
class |
SocketAppender
Sends
ILoggingEvent objects to a remote a log server, usually a
SocketNode . |
class |
SyslogAppender
This appender can be used to send messages to a remote syslog daemon.
|
Modifier and Type | Class and Description |
---|---|
class |
SiftingAppender
This appender can contains other appenders which it can build dynamically
depending on MDC values.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Appender<E> |
Modifier and Type | Class and Description |
---|---|
class |
AppenderBase<E>
Sets a skeleton implementation for appenders.
|
class |
ConsoleAppender<E>
ConsoleAppender appends log events to
System.out or
System.err using a layout specified by the user. |
class |
FileAppender<E>
FileAppender appends log events to a file.
|
class |
OutputStreamAppender<E>
OutputStreamAppender appends events to a
OutputStream . |
class |
UnsynchronizedAppenderBase<E>
Similar to AppenderBase except that derived appenders need to handle
thread synchronization on their own.
|
Modifier and Type | Class and Description |
---|---|
class |
DBAppenderBase<E> |
Modifier and Type | Class and Description |
---|---|
class |
NOPAppender<E> |
Modifier and Type | Class and Description |
---|---|
class |
JMSAppenderBase<E>
This class serves as a base class for
JMSTopicAppender and JMSQueueAppender
For more information about this appender, please refer to:
http://logback.qos.ch/manual/appenders.html#JMSAppenderBase
|
class |
SMTPAppenderBase<E>
An abstract class that provides support for sending events to an email
address.
|
class |
SocketAppenderBase<E>
This is the base class for module specific SocketAppender implementations.
|
class |
SyslogAppenderBase<E>
Base class for SyslogAppender.
|
Modifier and Type | Class and Description |
---|---|
class |
CyclicBufferAppender<E>
CyclicBufferAppender stores events in a cyclic buffer of user-specified size.
|
class |
ListAppender<E> |
Modifier and Type | Class and Description |
---|---|
class |
RollingFileAppender<E>
RollingFileAppender extends FileAppender to backup the
log files depending on RollingPolicy and TriggeringPolicy . |
Modifier and Type | Class and Description |
---|---|
class |
SiftingAppenderBase<E>
This appender serves as the base class for actual SiftingAppenders
implemented by the logback-classic and logback-access modules.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterAttachableImpl<E>
Implementation of FilterAttachable.
|