README.md

# Logger.Backends.Rsyslog

[![Hex.pm Version](https://img.shields.io/hexpm/v/elixir_rsyslog_backend.svg?style=flat)](https://hex.pm/packages/elixir_rsyslog_backend)

Logger backend for rsyslog using the Syslog Protocol(rfc5424)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `elixir_rsyslog_backend` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:elixir_rsyslog_backend, "~> 0.1.0"}]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/elixir_rsyslog_backend](https://hexdocs.pm/elixir_rsyslog_backend).