Re: Graylog integration for std.experimental.logger

2016-04-01 Thread Martin Nowak via Digitalmars-d-announce

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.




Graylog integration for std.experimental.logger

2016-04-01 Thread 9il via Digitalmars-d-announce

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