MCPcopy
hub / github.com/sqldef/sqldef / NullLogger

Struct NullLogger

database/logger.go:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type NullLogger struct{}
26
27func (n NullLogger) Print(v ...any) {}
28func (n NullLogger) Printf(format string, v ...any) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected