Versions in this module Expand all Collapse all v1 v1.5.0 Jun 26, 2026 v1.4.2 Jun 26, 2026 Changes in this version + func NewSlogger(logger xlog.Logger) *slog.Logger + type Wrapper struct + func NewWrapper(logger xlog.Logger) *Wrapper + func (h *Wrapper) Enabled(_ context.Context, _ slog.Level) bool + func (h *Wrapper) Handle(_ context.Context, r slog.Record) error + func (h *Wrapper) WithAttrs(attrs []slog.Attr) slog.Handler + func (h *Wrapper) WithGroup(name string) slog.Handler