Versions in this module Expand all Collapse all v0 v0.0.1 Jun 30, 2026 Changes in this version + func Capture(t TestingT, w io.Writer) + func Debug(ctx context.Context, msg string, args ...any) + func Error(ctx context.Context, msg string, args ...any) + func Info(ctx context.Context, msg string, args ...any) + func Init(w io.Writer, level string) + func New(w io.Writer, level string) *slog.Logger + func Warn(ctx context.Context, msg string, args ...any) + type TestingT interface + Cleanup func(fn func()) + Helper func()