Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/go-logr/stdr

logr implementation against the stdlib log package
https://github.com/go-logr/stdr

Last synced: 4 days ago
JSON representation

logr implementation against the stdlib log package

Awesome Lists containing this project

README

        

# Minimal Go logging using logr and Go's standard library

[![Go Reference](https://pkg.go.dev/badge/github.com/go-logr/stdr.svg)](https://pkg.go.dev/github.com/go-logr/stdr)

This package implements the [logr interface](https://github.com/go-logr/logr)
in terms of Go's standard log package(https://pkg.go.dev/log).