esvinson / bark

An Elixir package for our common log module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bark

Bark is an Elixir package that provides a wrapper around Logger.

Installation

Bark can be installed by adding bark to your list of dependencies in mix.exs:

def deps do
  [
    {:bark, github: "smartrent/bark", branch: "master"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/log.

About

An Elixir package for our common log module.


Languages

Language:Elixir 100.0%