MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / Info

Method Info

api/pkg/telemetry/gorm_logger.go:30–32  ·  view source on GitHub ↗
(ctx context.Context, s string, i ...any)

Source from the content-addressed store, hash-verified

28}
29
30func (gorm *gormLogger) Info(ctx context.Context, s string, i ...any) {
31 gorm.logger.WithSpan(gorm.tracer.Span(ctx).SpanContext()).Info(fmt.Sprintf(s, i...))
32}
33
34func (gorm *gormLogger) Warn(ctx context.Context, s string, i ...any) {
35 gorm.logger.WithSpan(gorm.tracer.Span(ctx).SpanContext()).Warn(fmt.Errorf(s, i...))

Callers

nothing calls this directly

Calls 3

InfoMethod · 0.65
WithSpanMethod · 0.65
SpanMethod · 0.65

Tested by

no test coverage detected