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

# Functions

New returns a logr.Logger that prints through a testing.T object.
NewWithInterface returns a logr.Logger that prints through a TestingT object.
NewWithOptions returns a logr.Logger that prints through a testing.T object.

# Structs

Options carries parameters which influence the way logs are generated.

# Interfaces

TestingT is an interface wrapper around testing.T, testing.B and testing.F.
Underlier exposes access to the underlying testing.T instance.
UnderlierInterface exposes access to the underlying TestingT instance.