MCPcopy
hub / github.com/go-sql-driver/mysql / NopLogger

Struct NopLogger

errors.go:48–48  ·  errors.go::NopLogger

NopLogger is a nop implementation of the Logger interface.

Source from the content-addressed store, hash-verified

46
47// NopLogger is a nop implementation of the Logger interface.
48type NopLogger struct{}
49
50// Print implements Logger interface.
51func (nl *NopLogger) Print(_ ...any) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected