MCPcopy
hub / github.com/redis/go-redis / DefaultLogger

Struct DefaultLogger

internal/log.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type DefaultLogger struct {
18 log *log.Logger
19}
20
21func (l *DefaultLogger) Printf(ctx context.Context, format string, v ...interface{}) {
22 _ = l.log.Output(2, fmt.Sprintf(format, v...))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected