Packages

a lager formatter that produces json

Current section

Files

Jump to
lager2json src lager2json.app.src
Raw

src/lager2json.app.src

{application, lager2json, [
{description, "a json formatter for lager"},
{vsn, "0.1.0"},
{registered, []},
{applications, [
kernel, stdlib, jsx, rfc3339
]},
{env, []},
{mod, []},
{maintainers, ["@talentdeficit"]},
{licenses, ["MIT", "Apache 2.0"]},
{links, [{"Github", "https://github.com/talentdeficit/lager2json"}]}
]}.