Versions in this module Expand all Collapse all v0 v0.2.0 Jun 30, 2026 v0.1.0 Jun 30, 2026 Changes in this version + func NewRedact(next slog.Handler, r *redact.Redactor) slog.Handler + func NewTrace(next slog.Handler) slog.Handler + type ZerologHandler struct + func NewZerolog(w io.Writer, level slog.Leveler, console bool) *ZerologHandler + func (h *ZerologHandler) Enabled(_ context.Context, l slog.Level) bool + func (h *ZerologHandler) Handle(_ context.Context, rec slog.Record) error + func (h *ZerologHandler) WithAttrs(attrs []slog.Attr) slog.Handler + func (h *ZerologHandler) WithGroup(name string) slog.Handler