# Functions
NewDiscardLoggerFactory returns a factory that creates DiscardLogger.
NewTestingLogger returns a new instance with given testing.T.
# Structs
DiscardLoggerFactory creates logr.Logger that discard everything.
TestingLoggerFactory returns a logging.LoggerFactory used for testing.