Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqldef/sqldef
/ Printf
Method
Printf
database/logger.go:7–7 ·
view source on GitHub ↗
(format string, v ...any)
Source
from the content-addressed store, hash-verified
5
type
Logger
interface
{
6
Print(v ...any)
7
Printf(format string, v ...any)
8
Println(v ...any)
9
}
10
Callers
15
Run
Function · 0.65
RunDDLs
Function · 0.65
Printf
Method · 0.65
Format
Method · 0.65
Format
Method · 0.65
Format
Method · 0.65
Format
Method · 0.65
Format
Method · 0.65
Format
Method · 0.65
Format
Method · 0.65
Format
Method · 0.65
Format
Method · 0.65
Implementers
3
StdoutLogger
database/logger.go
NullLogger
database/logger.go
stringLogger
testutil/testutil.go
Calls
no outgoing calls
Tested by
no test coverage detected