Skip to content

bunyan-logger/bunyan_shared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages