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.
- Host: GitHub
- URL: https://github.com/aklinkert/go-logging
- Owner: aklinkert
- License: mit
- Created: 2020-02-26T22:01:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T19:08:02.000Z (over 5 years ago)
- Last Synced: 2023-08-13T07:44:10.285Z (over 2 years ago)
- Topics: abstraction, golang, golang-library, golang-package, interface, logrus
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).