Versions in this module Expand all Collapse all v0 v0.4.0 Nov 5, 2025 v0.3.0 Nov 19, 2024 Changes in this version + type Emitter struct + func (e *Emitter) EmitTo(handler slog.Handler) error + type Handler struct + func New() *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