Versions in this module Expand all Collapse all v0 v0.2.0 Sep 1, 2023 v0.1.0 Jul 20, 2023 Changes in this version + type Handler struct + func New(w io.Writer, opts *slog.HandlerOptions) *Handler + func (h *Handler) Enabled(ctx context.Context, level 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