A JSON one-liner log formatter.
This package is based on Elixir's Logger.
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"}
]
endAnd fetch the project's dependencies:
$ mix deps.getTODO Link to documentation.