MCPcopy
hub / github.com/sqldef/sqldef / Print

Method Print

database/logger.go:6–6  ·  view source on GitHub ↗
(v ...any)

Source from the content-addressed store, hash-verified

4
5type Logger interface {
6 Print(v ...any)
7 Printf(format string, v ...any)
8 Println(v ...any)
9}

Callers 7

RunFunction · 0.65
RunDDLsFunction · 0.65
PrintMethod · 0.65
parseOptionsFunction · 0.65
parseOptionsFunction · 0.65
parseOptionsFunction · 0.65
parseOptionsFunction · 0.65

Implementers 3

StdoutLoggerdatabase/logger.go
NullLoggerdatabase/logger.go
stringLoggertestutil/testutil.go

Calls

no outgoing calls

Tested by

no test coverage detected