Skip to content
/ bark Public

An Elixir package for our common log module.

Notifications You must be signed in to change notification settings

smartrent/bark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, "~> 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.