Documentation
¶
Overview ¶
Package logging resolves the user-supplied logger into the never-nil, optionally level-gated *slog.Logger the rest of beehive logs through.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Discard = slog.New(slog.DiscardHandler)
Discard is the resolved logger when logging is disabled (the default), so call sites log unconditionally with no nil checks.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.