# README
Minimal Go logging using logr and Go's standard library
This package implements the logr interface in terms of Go's standard log package(https://pkg.go.dev/log).
# Packages
No description provided by the author
# Functions
New returns a logr.Logger which is implemented by Go's standard log package, or something like it.
NewWithOptions returns a logr.Logger which is implemented by Go's standard log package, or something like it.
SetVerbosity sets the global level against which all info logs will be compared.
# Type aliases
MessageClass indicates which category or categories of messages to consider.