Uses of Package
net.logstash.logback.appender
Packages that use net.logstash.logback.appender
-
Classes in net.logstash.logback.appender used by net.logstash.logback.appenderClassDescriptionAn
AsyncDisruptorAppenderappender that writes events to a TCPSocketoutputStream.An appender that sends events over UDP using a customLayout.An asynchronous appender that uses an LMAX DisruptorRingBufferas the interthread data exchange mechanism (as opposed to aBlockingQueueused by logback'sAsyncAppender).Event wrapper object used for each element of theRingBuffer.Factory for creating the initialAsyncDisruptorAppender.LogEvents to populate theRingBuffer.AnAsyncDisruptorAppenderthat delegates appending of an event to delegateDelegatingAsyncDisruptorAppender.appenders.