golang-github-graylog2-go-gelf-dev

Gelf library and writer for go
  https://github.com/Graylog2/go-gelf
  0
  no reviews



Gelf is graylog2's udp logging format. this library provides an api that applications can use to log messages directly to a graylog2 server, along with an io.writer that can be use to redirect the standard library's log messages (or os.stdout), to a graylog2 server.

this package contains the source.