Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
"fmt"
4
5
type
Logger
interface
{
6
Print(v ...any)
7
Printf(format string, v ...any)
8
Println(v ...any)
9
}
10
11
type
StdoutLogger
struct
{}
12
Callers
22
Run
Function · 0.65
RunDDLs
Function · 0.65
Print
Method · 0.65
parseOptions
Function · 0.65
parseOptions
Function · 0.65
parseOptions
Function · 0.65
parseOptions
Function · 0.65
Run
Function · 0.65
RunDDLs
Function · 0.65
Printf
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