Versions in this module Expand all Collapse all v1 v1.0.0 Jul 3, 2026 Changes in this version + func FromContext(ctx context.Context) *slog.Logger + func New(cfg Config) *slog.Logger + func RequestID(ctx context.Context) string + func SetLevel(level slog.Level) + func SetLevelString(s string) + func WithRequestID(ctx context.Context, log *slog.Logger, id string) (context.Context, *slog.Logger) + type Config struct + AddSource bool + Format string + Level string + Output io.Writer