Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 469 Bytes

File metadata and controls

27 lines (18 loc) · 469 Bytes

JsonLogFormatter

A JSON one-liner log formatter.

This package is based on Elixir's Logger.

Getting started

Add json_log_formatter to the project's dependencies in the mix.exs file:

def deps do
  [
    {:json_log_formatter, "~> 1.0", git: "git@github.com:supranode/json_log_formatter.git"}
  ]
end

And fetch the project's dependencies:

$ mix deps.get

Documentation

TODO Link to documentation.