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
- Host: GitHub
- URL: https://github.com/bunyan-logger/bunyan_shared
- Owner: bunyan-logger
- Created: 2018-06-21T03:55:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T16:33:17.000Z (almost 8 years ago)
- Last Synced: 2026-01-14T07:34:24.351Z (5 months ago)
- Topics: bunyan, elixir, logging
- Language: Elixir
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.