MCPcopy Create free account
hub / github.com/arcjet/gravity / Warn

Method Warn

examples/basic/basic_test.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, msg string)

Source from the content-addressed store, hash-verified

12func (s SlogLogger) Debug(ctx context.Context, msg string) { slog.DebugContext(ctx, msg) }
13func (s SlogLogger) Info(ctx context.Context, msg string) { slog.InfoContext(ctx, msg) }
14func (s SlogLogger) Warn(ctx context.Context, msg string) { slog.WarnContext(ctx, msg) }
15func (s SlogLogger) Error(ctx context.Context, msg string) { slog.ErrorContext(ctx, msg) }
16
17type Utils struct{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected