git-sync/vendor/github.com/go-logr/glogr
Tim Hockin 8f46cbbb51 Bump go.mod to 1.17
run `go mod tidy` and `go mod vendor`
2022-01-28 20:10:20 -08:00
..
LICENSE Use official logr rather than thockin 2019-03-25 08:54:44 -07:00
README.md bump to logr v1.0.0-rc1 2021-06-13 10:57:37 -07:00
glogr.go bump to logr v1.0.0-rc1 2021-06-13 10:57:37 -07:00

README.md

Minimal Go logging using glog

This package implements the logr interface in terms of Google's glog. This provides a relatively minimalist API to logging in Go, backed by a well-proven implementation.