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

Struct SlogLogger

examples/basic/basic_test.go:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type SlogLogger struct{}
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) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected