bunyan-logger / bunyan_shared

Library that simply defines levels for the Bunyan logger. See https://github.com/pragdave/bunyan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bunyan.Shared

Summary

The Bunyan logging system uses plugs to source events and to write log messages. These plugs are loaded as dependencies of Bunyan.

Both the plugins and the main Bunyan program need access to the functions that define the log levels. Splitting the levels into their own application resolves the circular dependencies.

We also need to share the definition of a log message.

About

Library that simply defines levels for the Bunyan logger. See https://github.com/pragdave/bunyan


Languages

Language:Elixir 100.0%