gelf.protocol

D module for GELF format.

Graylog Extended Logging Format (https://www.graylog.org/resources/gelf/) The Graylog Extended Log Format (GELF) is a log format that avoids the shortcomings of classic plain syslog, when logging to Graylog (graylog.org)

GELF is a pure JSON format. This module aims to provide a very simple way of generating log messages in GELF format.

Members

Enums

Level
enum Level
Undocumented in source.

Structs

Message
struct Message

This struct provides a convenient way to create and inspect a GELF message.

Meta

Authors

Adil Baig