Packages

GELF Logger Backend

Current section

Files

Jump to
gelf README.md
Raw

README.md

# Gelf
GELF Logger backend for Elixir
[![Build Status](https://secure.travis-ci.org/ananthakumaran/gelf.png)](http://travis-ci.org/ananthakumaran/gelf)
## Installation
```elixir
defp deps() do
[{:gelf, "~> 0.1.0"}]
end
```
see [documenation](https://hexdocs.pm/gelf) for usage information.