Versions in this module Expand all Collapse all v5 v5.7.3 Nov 22, 2024 v5.7.2 Nov 20, 2024 v5.7.1 Nov 20, 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)