# README
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.
# Functions
New returns a logr.Logger which is implemented by glog.
NewWithOptions returns a logr.Logger which is implemented by glog.
# Type aliases
MessageClass indicates which category or categories of messages to consider.