Versions in this module Expand all Collapse all v1 v1.0.0 Sep 7, 2025 Changes in this version + type Provider struct + func New(bufferSize int) *Provider + func (p *Provider) Close() error + func (p *Provider) Enabled(ctx context.Context, level slog.Level) bool + func (p *Provider) Handle(ctx context.Context, record slog.Record) error + func (p *Provider) Read(ctx context.Context) (*iris.Record, error) + func (p *Provider) WithAttrs(attrs []slog.Attr) slog.Handler + func (p *Provider) WithGroup(name string) slog.Handler