Graylog integration for std.experimental.logger

9il via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Apr 1 04:14:19 PDT 2016


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


More information about the Digitalmars-d-announce mailing list