Package | Description |
---|---|
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.sift |
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 |
SiftingAppenderBase<E>
This appender serves as the base class for actual SiftingAppenders
implemented by the logback-classic and logback-access modules.
|
Copyright © 2005-2013 QOS.ch. All Rights Reserved.