andersch.dev

<2025-09-12 Fri>

Logging

Logging in programming means recording runtime errors, warnings or info events to persistent (e.g. a file) or transient outputs (e.g. the terminal). A logger has the ability to format, filter, and route those messages.

Resources