Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
43
type
Logger
interface
{
44
Print(v ...any)
45
}
46
47
// NopLogger is a nop implementation of the Logger interface.
Callers
3
TestErrorsSetLogger
Function · 0.65
Connect
Method · 0.65
log
Method · 0.65
Implementers
1
NopLogger
errors.go
Calls
no outgoing calls
Tested by
1
TestErrorsSetLogger
Function · 0.52