Documentation
¶
Overview ¶
Package log is a tiny leveled logger for OpenDeezer. It writes to an io.Writer (a file in normal use) rather than stdout/stderr so it never corrupts the Bubble Tea TUI. Levels are filtered by SetLevel.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Level ¶
type Level int
Level is a severity threshold.
func ParseLevel ¶
ParseLevel maps a name (case-insensitive) to a Level; unknown => LevelInfo.
Click to show internal directories.
Click to hide internal directories.