Skip to content

gordonmleigh/byolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bring Your Own Log (BYOLOG)

This package aims to provide a useful abstraction over various logging libraries.

Godoc

https://godoc.org/github.com/gordonmleigh/byolog

Why?

  1. Logging should be simple
  2. A package dependency shouldn't force you to use a certain logging library

The external dependencies of a given library should be replaceable. A package depending on byolog.Logger can use any logging library that an implementation has been written for (see output).

What loggers can I use?

See output/ folder.

Contributions

PRs welcome for broader output support.

About

Bring Your Own Log

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages