workgroups/vendor/github.com/go-logr/stdr
Marvin Preuss 48fac0237a fix!: closing errChan channel
it also check if context is canceld and if its so, it will not trying to
send to it work function error.

BREAKING CHANGE: it also takes now logr.Logger and stores it in the
Dispatcher
2022-05-17 13:22:18 +02:00
..
LICENSE fix!: closing errChan channel 2022-05-17 13:22:18 +02:00
README.md fix!: closing errChan channel 2022-05-17 13:22:18 +02:00
stdr.go fix!: closing errChan channel 2022-05-17 13:22:18 +02:00

Minimal Go logging using logr and Go's standard library

Go Reference

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