Versions in this module Expand all Collapse all v0 v0.0.1 Aug 11, 2023 Changes in this version + type IndentHandler struct + func New(out io.Writer, opts *Options) *IndentHandler + func (h *IndentHandler) Enabled(ctx context.Context, level slog.Level) bool + func (h *IndentHandler) Handle(ctx context.Context, r slog.Record) error + func (h *IndentHandler) WithAttrs(attrs []slog.Attr) slog.Handler + func (h *IndentHandler) WithGroup(name string) slog.Handler + type Options struct + Level slog.Leveler