gelf.transport

Undocumented in source.

Members

Classes

MessageTooLargeException
class MessageTooLargeException
Undocumented in source.

Functions

sendChunked
auto sendChunked(Socket socket, Message message, uint packetSizeBytes, bool compressed)

This function provides a convenient way to send chunked GELF messages to Graylog. It automatically chunks a message based on packetSizeBytes.

Manifest constants

MAX_CHUNKS
enum MAX_CHUNKS;
Undocumented in source.

Structs

Chunks
struct Chunks

This struct converts a Message into chunks as defined in http://docs.graylog.org/en/latest/pages/gelf.html#chunked-gelf

Meta