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

Method Info

tests/tracer_test.go:19–21  ·  view source on GitHub ↗
(ctx context.Context, s string, i ...interface{})

Source from the content-addressed store, hash-verified

17}
18
19func (S Tracer) Info(ctx context.Context, s string, i ...interface{}) {
20 S.Logger.Info(ctx, s, i...)
21}
22
23func (S Tracer) Warn(ctx context.Context, s string, i ...interface{}) {
24 S.Logger.Warn(ctx, s, i...)

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.65

Tested by

no test coverage detected