Versions in this module Expand all Collapse all v2 v2.1.0 Apr 20, 2026 v2.0.0 Apr 20, 2026 Changes in this version + type LogRecorder struct + func NewWithRecorder(cfg *log.Config) (*slog.Logger, *LogRecorder) + func (h *LogRecorder) Attrs() []slog.Attr + func (h *LogRecorder) Enabled(context.Context, slog.Level) bool + func (h *LogRecorder) Handle(ctx context.Context, r slog.Record) error + func (h *LogRecorder) Records() []testRecord + func (h *LogRecorder) WithAttrs(attrs []slog.Attr) slog.Handler + func (h *LogRecorder) WithGroup(name string) slog.Handler