package
Version:
v0.8.2
Opens a new window with list of versions in this module.
Published: Aug 24, 2026
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package testlog adapts testing-style loggers to slog.
New returns a logger that writes each record to tb.
type TB interface {
Helper()
Log(args ...any)
}
TB is the subset of testing.TB needed to write logs to a test.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.