Description
Simple logging support helps C programs record messages about errors, progress, or diagnostics in a reusable way. It is useful for small applications that need consistent log output without a large framework.
This is a developer library, not a log viewer. Applications should avoid logging passwords, tokens, or private user data by accident.