| Class | Description |
|---|---|
| GelfChunkingOutputStream |
An OutputStream that sends bytes as UDP packets to a [GELF](https://www.graylog.org/resources/gelf-2/) compatible
remote server.
|
| GelfLayout<E extends ch.qos.logback.classic.spi.ILoggingEvent> |
Responsible for formatting a log event into a GELF JSON string
|
| GelfUDPAppender<E> |
A UDP appender that sends logs to a remote UDP server.
|
| GZIPEncoder<E extends ch.qos.logback.classic.spi.ILoggingEvent> |
Encoder that uses GZIPOutputStream to gzip encoded messages for use by the appender
|
| InternetUtils | |
| MessageIdProvider |
Responsible for creating a unique Gelf messageId
|
Copyright © 2011–2015. All rights reserved.