package
1.4.2
Repository: https://github.com/go-logr/logr.git
Documentation: pkg.go.dev

# Variables

NewTestLogger returns a logr.Logger that prints through a testing.T object.
NewTestLoggerWithOptions returns a logr.Logger that prints through a testing.T object.

# Type aliases

Options carries parameters which influence the way logs are generated.
Underlier exposes access to the underlying testing.T instance.