Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-logr/stdr
logr implementation against the stdlib log package
https://github.com/go-logr/stdr
Last synced: 4 days ago
JSON representation
logr implementation against the stdlib log package
- Host: GitHub
- URL: https://github.com/go-logr/stdr
- Owner: go-logr
- License: apache-2.0
- Created: 2019-08-08T15:44:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T21:57:17.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:29:10.431Z (3 months ago)
- Language: Go
- Size: 37.1 KB
- Stars: 31
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - go-logr/stdr - logr implementation against the stdlib log package (Go)
README
# Minimal Go logging using logr and Go's standard library
[![Go Reference](https://pkg.go.dev/badge/github.com/go-logr/stdr.svg)](https://pkg.go.dev/github.com/go-logr/stdr)
This package implements the [logr interface](https://github.com/go-logr/logr)
in terms of Go's standard log package(https://pkg.go.dev/log).