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

Method Warn

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

Source from the content-addressed store, hash-verified

21}
22
23func (S Tracer) Warn(ctx context.Context, s string, i ...interface{}) {
24 S.Logger.Warn(ctx, s, i...)
25}
26
27func (S Tracer) Error(ctx context.Context, s string, i ...interface{}) {
28 S.Logger.Error(ctx, s, i...)

Callers

nothing calls this directly

Calls 1

WarnMethod · 0.65

Tested by

no test coverage detected