Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 309 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 309 Bytes

LoggerHTTP

An HTTP logger handler for Elixir applications

Installation

The package can be installed by adding logger_http to your list of dependencies in mix.exs:

def deps do
  [
    {:logger_http, "~> 0.1.0"}
  ]
end

The docs can be found at https://hexdocs.pm/logger_http.