Versions in this module Expand all Collapse all v0 v0.55.2 Apr 12, 2025 v0.55.1 Apr 12, 2025 Changes in this version + type Log struct + DebugFn func(args ...any) + ErrorFn func(args ...any) + Fields log.Fields + InfoFn func(args ...any) + LevelFn func() log.Level + PanicFn func(args ...any) + WarnFn func(args ...any) + func New(t *testing.T) *Log + func (l *Log) Debug(args ...any) + func (l *Log) Error(args ...any) + func (l *Log) Info(args ...any) + func (l *Log) Level() log.Level + func (l *Log) MockAllowAllCalls() *Log + func (l *Log) MockReset(t *testing.T) *Log + func (l *Log) Panic(args ...any) + func (l *Log) Warn(args ...any) + func (l *Log) WithAdvice(advice string) log.Logger + func (l *Log) WithError(err error) log.Logger + func (l *Log) WithField(key string, value any) log.Logger + func (l *Log) WithFields(fields log.Fields) log.Logger