An open API service indexing awesome lists of open source software.

https://github.com/bunyan-logger/bunyan_shared

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

bunyan elixir logging

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.