| Class | Description |
|---|---|
| AbstractLogstashTcpSocketAppender<Event extends DeferredProcessingAware,Listener extends TcpAppenderListener<Event>> |
An
AsyncDisruptorAppender appender that writes
events to a TCP Socket outputStream. |
| AbstractLogstashUdpSocketAppender<Event extends DeferredProcessingAware> |
An appender that sends events over UDP using a custom
Layout. |
| AccessEventAsyncDisruptorAppender | |
| AsyncDisruptorAppender<Event extends 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.LogEventFactory<Event> |
Factory for creating the initial
AsyncDisruptorAppender.LogEvents to populate
the RingBuffer. |
| AsyncDisruptorAppender.LogEventTranslator<Event> |
Sets the
AsyncDisruptorAppender.LogEvent.event to the logback Event. |
| DelegatingAsyncDisruptorAppender<Event extends DeferredProcessingAware,Listener extends AppenderListener<Event>> |
An
AsyncDisruptorAppender that delegates appending of an event
to delegate DelegatingAsyncDisruptorAppender.appenders. |
| LoggingEventAsyncDisruptorAppender | |
| LogstashAccessTcpSocketAppender |
A
AbstractLogstashTcpSocketAppender for logging IAccessEvents. |
| LogstashAccessUdpSocketAppender |
An appender that sends access events over UDP using a custom
Layout. |
| LogstashTcpSocketAppender |
A
AbstractLogstashTcpSocketAppender for logging ILoggingEvents. |
| LogstashUdpSocketAppender |
An appender that sends log events over UDP using a custom
Layout. |
| 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 © 2013–2022. All rights reserved.