Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2026 Changes in this version + type ContextHandler struct + func NewHandler(internal slog.Handler) *ContextHandler + func (h *ContextHandler) Enabled(ctx context.Context, lvl slog.Level) bool + func (h *ContextHandler) Handle(ctx context.Context, rec slog.Record) error + func (h *ContextHandler) WithAttrs(attrs []slog.Attr) slog.Handler + func (h *ContextHandler) WithGroup(name string) slog.Handler