Logger backend for LogDNA
A logger backend to send application logs to LogDNA through their ingestion API.
Installation
The package can be installed by adding ex_logdna to your list of dependencies in mix.exs:
def deps do
[
{:ex_logdna, "~> 0.1.0"}
]
end