Versions in this module Expand all Collapse all v5 v5.3.1 Oct 30, 2024 v5.2.0 Nov 5, 2024 Changes in this version + type Logger struct + func NewLogger(l TestingLogger) *Logger + func (l *Logger) Log(ctx context.Context, level tracelog.LogLevel, msg string, data map[string]any) + type TestingLogger interface + Log func(args ...any)