Versions in this module Expand all Collapse all v0 v0.3.0 Sep 23, 2025 Changes in this version + func NewWriter(level slog.Level) io.Writer + type Handler struct + func NewHandler(w io.Writer, opts *slog.HandlerOptions) *Handler + func (h *Handler) Enabled(_ context.Context, level slog.Level) bool + func (h *Handler) Handle(_ context.Context, r slog.Record) error + func (h *Handler) WithAttrs(attrs []slog.Attr) slog.Handler + func (h *Handler) WithGroup(name string) slog.Handler