www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Graylog integration for std.experimental.logger

reply 9il <ilyayaroshenko gmail.com> writes:
Graylog Extended Log Format (GELF) D implementation was released.

Supported transport:
- UDP, sends big messages by chunks
   - plain
   - compressed (deflate or gzip)
-TCP
  - plain
- HTTP
   - plain
   - compressed (deflate or gzip)


Git: https://github.com/9il/gelf

DuB: http://code.dlang.org/packages/gelf

GELF format: http://docs.graylog.org/en/latest/pages/gelf.html

GrayLog server: https://www.graylog.org/?

Best regards,
Ilya
Apr 01 2016
parent Martin Nowak <code dawg.eu> writes:
On Friday, 1 April 2016 at 11:14:19 UTC, 9il wrote:
 Graylog Extended Log Format (GELF) D implementation was 
 released.
Great, thanks a lot.
Apr 01 2016