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

Method Info

logger/logger.go:66–66  ·  view source on GitHub ↗
(context.Context, string, ...interface{})

Source from the content-addressed store, hash-verified

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{})
69 Trace(ctx context.Context, begin time.Time, fc func() (sql string, rowsAffected int64), err error)

Callers 2

ReplaceMethod · 0.65
InfoMethod · 0.65

Calls

no outgoing calls

Tested by 1

InfoMethod · 0.52