Versions in this module Expand all Collapse all v0 v0.8.3 May 8, 2023 Changes in this version + func FxModule() fx.Option + func New(cfg *configs.Logger) *slog.Logger + func NewNopHandler() *nopHandler + type LevelHandler struct + func NewLevelHandler(level slog.Leveler, h slog.Handler) *LevelHandler + func (h *LevelHandler) Enabled(_ context.Context, level slog.Level) bool + func (h *LevelHandler) Handle(ctx context.Context, r slog.Record) error + func (h *LevelHandler) Handler() slog.Handler + func (h *LevelHandler) WithAttrs(attrs []slog.Attr) slog.Handler + func (h *LevelHandler) WithGroup(name string) slog.Handler