Current section
Files
Jump to
Current section
Files
src/glight.app.src
{application, glight, [
{vsn, "1.0.1"},
{applications, [birl,
file_streams,
gleam_erlang,
gleam_json,
gleam_otp,
gleam_stdlib,
logging]},
{description, "Logger library aimed at production use cases with multiple transports and structured logging data"},
{modules, [glight,
glight@@main]},
{registered, []}
]}.