Versions in this module Expand all Collapse all v3 v3.0.2 Feb 25, 2025 v3.0.1 Feb 25, 2025 Changes in this version + type LogLevel uint32 + const DebugLoggerLevel + const ErrorLoggerLevel + const FatalLoggerLevel + const InfoLoggerLevel + const PanicLoggerLevel + const TraceLoggerLevel + const WarnLoggerLevel + type LoggerInterface interface + CollectQueries func(ctx context.Context, f func() (MockerLogger, error)) + Debug func(ctx context.Context, args ...interface{}) + Error func(ctx context.Context, args ...interface{}) + Fatal func(ctx context.Context, args ...interface{}) + Info func(ctx context.Context, args ...interface{}) + SetLogLevel func(level LogLevel) + SetLoggerValueToContext func(ctx context.Context, addVal ValueLogPrefix) context.Context + Trace func(ctx context.Context, args ...interface{}) + Warn func(ctx context.Context, args ...interface{}) + type MockerLogger struct + FixturesSelector string + MockerName string + Mockers string + ResultName string + Results any + type ValueLogPrefix map[string]interface Other modules containing this package github.com/Educentr/go-activerecord