Current section
Files
Jump to
Current section
Files
src/lager_watchdog.app.src
{application, lager_watchdog,
[
{description, "lager provider to send data to watchdog."},
{vsn, "0.1.9"},
{registered, []},
{applications, [
kernel,
lager,
stdlib
]},
{mod, { lager_watchdog_app, []}},
{contributors, ["Heinz N. Gies"]},
{licenses, ["CDDL"]},
{links, [{"Github", "https://github.com/project-fifo/lager_watchdog"}]},
{env, []}
]}.