git-sync/vendor/github.com/go-logr/glogr
Tim Hockin 841b4894c7 bump to logr v1.0.0-rc1 (v4) 2021-06-13 11:02:03 -07: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 (v4) 2021-06-13 11:02:03 -07:00
glogr.go bump to logr v1.0.0-rc1 (v4) 2021-06-13 11:02:03 -07:00
go.mod bump to logr v1.0.0-rc1 (v4) 2021-06-13 11:02:03 -07:00
go.sum bump to logr v1.0.0-rc1 (v4) 2021-06-13 11:02:03 -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.