git-sync/vendor/github.com/thockin/glogr
Tim Hockin dd60fb0312 Clean up logging using glogr 2016-09-16 08:35:27 -07:00
..
LICENSE Clean up logging using glogr 2016-09-16 08:35:27 -07:00
README.md Clean up logging using glogr 2016-09-16 08:35:27 -07:00
glogr.go Clean up logging using glogr 2016-09-16 08:35:27 -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.