Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Warn(ctx context.Context, msg string, keysAndValues ...any)
Error(ctx context.Context, msg string, keysAndValues ...any)
}
Logger is a minimal structured-logging interface for runtime warning and error paths. Implementations can wrap slog, zap, or other backends.
Click to show internal directories.
Click to hide internal directories.