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

Method Info

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

Source from the content-addressed store, hash-verified

11
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected