Versions in this module Expand all Collapse all v0 v0.0.5 Apr 16, 2024 v0.0.4 Apr 16, 2024 Changes in this version + func NewDiscardLogger() *slog.Logger + type DiscardHandler struct + func NewDiscardHandler() *DiscardHandler + func (h *DiscardHandler) Enabled(_ context.Context, _ slog.Level) bool + func (h *DiscardHandler) Handle(_ context.Context, _ slog.Record) error + func (h *DiscardHandler) WithAttrs(_ []slog.Attr) slog.Handler + func (h *DiscardHandler) WithGroup(_ string) slog.Handler