| Package | Description |
|---|---|
| net.logstash.logback.appender | |
| net.logstash.logback.appender.listener |
| Modifier and Type | Class and Description |
|---|---|
class |
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). |
class |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
LogstashSocketAppender.addListener(AppenderListener<ch.qos.logback.classic.spi.ILoggingEvent> listener) |
void |
LogstashSocketAppender.removeListener(AppenderListener<ch.qos.logback.classic.spi.ILoggingEvent> listener) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TcpAppenderListener<Event extends ch.qos.logback.core.spi.DeferredProcessingAware>
Listens to a TCP appender.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessEventAppenderListenerImpl
Implementation of
AppenderListener for IAccessEvents that does nothing. |
class |
AccessEventTcpAppenderListenerImpl
Implementation of
TcpAppenderListener for IAccessEvents that does nothing. |
class |
LoggingEventAppenderListenerImpl
Implementation of
AppenderListener for ILoggingEvents that does nothing. |
class |
LoggingEventTcpAppenderListenerImpl
Implementation of
TcpAppenderListener for ILoggingEvents that does nothing. |
Copyright © 2019. All rights reserved.