Categorygithub.com/go-logr/glogr
modulepackage
1.2.2
Repository: https://github.com/go-logr/glogr.git
Documentation: pkg.go.dev

# 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.

# Packages

No description provided by the author
No description provided by the author

# Functions

New returns a logr.Logger which is implemented by glog.
NewWithOptions returns a logr.Logger which is implemented by glog.

# Constants

All considers all message classes.
Error only considers error messages.
Info only considers info messages.
None ignores all message classes.

# Structs

Options carries parameters which influence the way logs are generated.

# Type aliases

MessageClass indicates which category or categories of messages to consider.