/glogr

An implementation of logr (Go logging) with glog

Primary LanguageGoApache License 2.0Apache-2.0

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.