| Class | Description |
|---|---|
| AbstractLogstashTcpSocketAppender<Event extends ch.qos.logback.core.spi.DeferredProcessingAware,Listener extends TcpAppenderListener<Event>> |
An
AsyncDisruptorAppender appender that writes
events to a TCP Socket outputStream. |
| AccessEventAsyncDisruptorAppender |
A
DelegatingAsyncDisruptorAppender for IAccessEvents. |
| AsyncDisruptorAppender<Event extends ch.qos.logback.core.spi.DeferredProcessingAware,Listener extends AppenderListener<Event>> |
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> |
Event wrapper object used for each element of the
RingBuffer. |
| AsyncDisruptorAppender.LogEventTranslator<Event> |
Sets the
AsyncDisruptorAppender.LogEvent.event to the logback Event. |
| DelegatingAsyncDisruptorAppender<Event extends ch.qos.logback.core.spi.DeferredProcessingAware,Listener extends AppenderListener<Event>> |
An
AsyncDisruptorAppender that delegates appending of an event
to delegate DelegatingAsyncDisruptorAppender.appenders. |
| LoggingEventAsyncDisruptorAppender |
A
DelegatingAsyncDisruptorAppender for ILoggingEvents. |
| LogstashAccessTcpSocketAppender |
A
AbstractLogstashTcpSocketAppender for logging IAccessEvents. |
| LogstashSocketAppender | |
| LogstashTcpSocketAppender |
A
AbstractLogstashTcpSocketAppender for logging ILoggingEvents. |
| SSLLogstashTcpSocketAppender | Deprecated
SSL capability has been added to AbstractLogstashTcpSocketAppender.
|
| WaitStrategyFactory |
Creates
WaitStrategy objects from strings. |
| Exception | Description |
|---|---|
| NotConnectedException |
Indicates that an event cannot be sent because an outbound connection is not established.
|
| RingBufferFullException |
Indicates that a ring buffer is full, and therefore cannot enqueue new items.
|
| ShutdownInProgressException |
Indicates that an action cannot be performed because a shutdown is in progress
|
Copyright © 2019. All rights reserved.