Versions in this module Expand all Collapse all v0 v0.0.2 Nov 15, 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)