README.md

# Logger backend for LogDNA

A logger backend to send application logs to [LogDNA](https://www.logdna.com) through their ingestion API.

## Installation

The package can be installed by adding `ex_logdna` to your list of dependencies in `mix.exs`:

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