Versions in this module Expand all Collapse all v0 v0.10.0 Oct 3, 2025 Changes in this version + const Debug + const Error + const Info + const SlogFormatJson + const SlogFormatText + const Warn + func NewLoggerFactory(jsonOut io.Writer, textOut io.Writer, otel bool) (*LoggerFactory, *Leveler) + func NewLoggerFactoryFromConfig(logging *config.Logging) (*LoggerFactory, *Leveler) + type Level string + type Leveler struct + func NewLeveler(initial Level) *Leveler + func (l *Leveler) GetSeverietier() minsev.Severitier + func (l *Leveler) GetSlogLeveler() slog.Leveler + func (l *Leveler) Set(level Level) + type LoggerFactory struct + func (lf *LoggerFactory) GetLogger(name string) *slog.Logger + type SlogFormat string + type SlogOut string