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

Method Print

errors.go:44–44  ·  view source on GitHub ↗
(v ...any)

Source from the content-addressed store, hash-verified

42// Logger is used to log critical error messages.
43type Logger interface {
44 Print(v ...any)
45}
46
47// NopLogger is a nop implementation of the Logger interface.

Callers 3

TestErrorsSetLoggerFunction · 0.65
ConnectMethod · 0.65
logMethod · 0.65

Implementers 1

NopLoggererrors.go

Calls

no outgoing calls

Tested by 1

TestErrorsSetLoggerFunction · 0.52