Packages

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

Current section

Files

Jump to
ex_logdna lib logdna state.ex
Raw

lib/logdna/state.ex

defmodule LogDNA.State do
defstruct level: :debug,
metadata: [],
ingestion_key: nil
end