# Functions
AnyToString overrides the default formatter for values that are not supported directly by klog.
BufferLogs controls whether log entries are captured in memory in addition to being printed.
NewConfig returns a configuration with recommended defaults and optional modifications.
NewLogger constructs a new logger for the given test interface.
NewTestContext returns a logger and context for use in a unit test case or benchmark.
Verbosity overrides the default verbosity level of 5.
VerbosityFlagName overrides the default -testing.v for the verbosity level.
VModulFlagName overrides the default -testing.vmodule for the per-module verbosity levels.
# Variables
DefaultConfig is the global default logging configuration for a unit test.
# Type aliases
ConfigOption implements functional parameters for NewConfig.
Log contains log entries in the order in which they were generated.
LogType determines whether a log entry was created with an Error or Info call.