Documentation ¶
Overview ¶
Package testingadapter provides a logger that writes to a test or benchmark log.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func NewLogger ¶
func NewLogger(l TestingLogger) *Logger
type TestingLogger ¶
type TestingLogger interface {
Log(args ...interface{})
}
TestingLogger interface defines the subset of testing.TB methods used by this adapter.
Click to show internal directories.
Click to hide internal directories.