Skip to content

supranode/json_log_formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A JSON one-liner log formatter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages