Documentation
¶
Overview ¶
Package log forwards logs to testing.T.Log* methods
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DelegateLogger ¶
type Logger ¶
type Logger interface {
DelegateLogger
Enabled() bool
Error(message string)
Errorf(format string, args ...any)
Info(message string)
Infof(format string, args ...any)
Name(name string)
Printf(format string, v ...any)
V(level log.Level) log.InfoLogger
Warn(message string)
Warnf(format string, args ...any)
}
Click to show internal directories.
Click to hide internal directories.