| Package | Description |
|---|---|
| net.logstash.logback.appender |
| Class and Description |
|---|
| AbstractLogstashTcpSocketAppender
An
AsyncDisruptorAppender appender that writes
events to a TCP Socket outputStream. |
| AbstractLogstashUdpSocketAppender
An appender that sends events over UDP using a custom
Layout. |
| AsyncDisruptorAppender
An asynchronous appender that uses an LMAX Disruptor
RingBuffer
as the interthread data exchange mechanism (as opposed to a BlockingQueue
used by logback's AsyncAppender). |
| AsyncDisruptorAppender.LogEvent
Event wrapper object used for each element of the
RingBuffer. |
| AsyncDisruptorAppender.LogEventFactory
Factory for creating the initial
AsyncDisruptorAppender.LogEvents to populate
the RingBuffer. |
| DelegatingAsyncDisruptorAppender
An
AsyncDisruptorAppender that delegates appending of an event
to delegate DelegatingAsyncDisruptorAppender.appenders. |
Copyright © 2013–2021. All rights reserved.