MCPcopy
hub / github.com/go-gorm/gorm / LogMode

Method LogMode

logger/logger.go:65–65  ·  view source on GitHub ↗
(LogLevel)

Source from the content-addressed store, hash-verified

63// Interface logger interface
64type Interface interface {
65 LogMode(LogLevel) Interface
66 Info(context.Context, string, ...interface{})
67 Warn(context.Context, string, ...interface{})
68 Error(context.Context, string, ...interface{})

Callers 3

DebugMethod · 0.65
LogModeMethod · 0.65
OpenTestConnectionFunction · 0.65

Calls

no outgoing calls

Tested by 2

LogModeMethod · 0.52
OpenTestConnectionFunction · 0.52