MCPcopy
hub / github.com/sqldef/sqldef / Logger

Interface Logger

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

Source from the content-addressed store, hash-verified

3import "fmt"
4
5type Logger interface {
6 Print(v ...any)
7 Printf(format string, v ...any)
8 Println(v ...any)
9}
10
11type StdoutLogger struct{}
12

Callers 22

RunFunction · 0.65
RunDDLsFunction · 0.65
PrintMethod · 0.65
parseOptionsFunction · 0.65
parseOptionsFunction · 0.65
parseOptionsFunction · 0.65
parseOptionsFunction · 0.65
RunFunction · 0.65
RunDDLsFunction · 0.65
PrintfMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected