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

https://github.com/aklinkert/go-logging

The go-logging package provides a logger interface as a simple abstraction for logrus.Entry - somewhat between logrus.StdLogger and logrus.FieldLogger.
https://github.com/aklinkert/go-logging

abstraction golang golang-library golang-package interface logrus

Last synced: 9 months ago
JSON representation

The go-logging package provides a logger interface as a simple abstraction for logrus.Entry - somewhat between logrus.StdLogger and logrus.FieldLogger.

Awesome Lists containing this project

README

          

# go-logging

The `go-logging` package provides a logger interface as a simple abstraction for [logrus.Entry](https://godoc.org/github.com/sirupsen/logrus#Entry) - somewhat
between [logrus.StdLogger](https://godoc.org/github.com/sirupsen/logrus#StdLogger) and [logrus.FieldLogger](https://godoc.org/github.com/sirupsen/logrus#FieldLogger).