Bark is an Elixir package that provides a wrapper around Logger
.
Bark can be installed by adding bark
to your list of dependencies in mix.exs
:
def deps do
[
{:bark, "~> 1.2.1", organization: "smartrent"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/log.