Method
Warn
(ctx context.Context, s string, i ...any)
Source from the content-addressed store, hash-verified
| 32 | } |
| 33 | |
| 34 | func (gorm *gormLogger) Warn(ctx context.Context, s string, i ...any) { |
| 35 | gorm.logger.WithSpan(gorm.tracer.Span(ctx).SpanContext()).Warn(fmt.Errorf(s, i...)) |
| 36 | } |
| 37 | |
| 38 | func (gorm *gormLogger) Error(ctx context.Context, s string, i ...any) { |
| 39 | gorm.logger.WithSpan(gorm.tracer.Span(ctx).SpanContext()).Error(fmt.Errorf(s, i...)) |
Callers
nothing calls this directly
Tested by
no test coverage detected