Versions in this module Expand all Collapse all v0 v0.2.0 Apr 18, 2026 v0.1.3 Dec 16, 2025 Changes in this version + type Handler struct + func New(opt Option) *Handler + func (h *Handler) Enabled(_ context.Context, l 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 + type Option struct + AddSource bool + Level slog.Leveler + ReplaceAttr func(groups []string, a slog.Attr) slog.Attr + TimeFormat string + Writer modules.WriteSyncer