Versions in this module Expand all Collapse all v0 v0.0.2 Jul 12, 2024 v0.0.1 Jul 12, 2024 Changes in this version + func NewHandler(handler slog.Handler) slog.Handler + func WithValue(ctx context.Context, k string, v any) context.Context + func WithValues(ctx context.Context, fields map[string]any) context.Context + type Handler struct + func (h Handler) Enabled(ctx context.Context, lvl slog.Level) bool + func (h Handler) Handle(ctx context.Context, r slog.Record) error + func (h Handler) WithAttrs(attrs []slog.Attr) slog.Handler + func (h Handler) WithGroup(name string) slog.Handler