//
pkg.gl
Category
github.com/go-logr/logr
testing
package
1.4.2
Repository:
https://github.com/go-logr/logr.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
1
Dependents
6
Files
5 SLOC
#
Variables
NewTestLogger
NewTestLogger returns a logr.Logger that prints through a testing.T object.
NewTestLoggerWithOptions
NewTestLoggerWithOptions returns a logr.Logger that prints through a testing.T object.
#
Type aliases
Options
Options carries parameters which influence the way logs are generated.
Underlier
Underlier exposes access to the underlying testing.T instance.