# 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.
# 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.