git-sync/vendor/github.com/go-logr/glogr
Tim Hockin 831eae8f9f Use official logr rather than thockin 2019-03-25 08:54:44 -07:00
..
LICENSE Use official logr rather than thockin 2019-03-25 08:54:44 -07:00
README.md Use official logr rather than thockin 2019-03-25 08:54:44 -07:00
glogr.go Use official logr rather than thockin 2019-03-25 08:54:44 -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.

This is a BETA grade implementation.