Versions in this module Expand all Collapse all v1 v1.1.0 Aug 21, 2025 Changes in this version + type LoggerFactory struct + func NewLoggerFactory(pipeline *logging.Pipeline) *LoggerFactory + func (f *LoggerFactory) GetLogger(source string) *slog.Logger + type SlogHandler struct + func NewSlogHandler(writer logging.Writer, source string) *SlogHandler + func (h *SlogHandler) Enabled(_ context.Context, level slog.Level) bool + func (h *SlogHandler) Handle(ctx context.Context, r slog.Record) error + func (h *SlogHandler) WithAttrs(attrs []slog.Attr) slog.Handler + func (h *SlogHandler) WithGroup(name string) slog.Handler