Packages

A logger backend to send application logs to LogDNA through their ingestion API.

Current section

Files

Jump to
ex_logdna lib logdna api.ex
Raw

lib/logdna/api.ex

defmodule LogDNA.HTTPClient do
@callback request(%HTTPoison.Request{}) :: {:ok, %HTTPoison.Response{}} | {:error, any()}
end