Description
Adds a C logging library for applications that need structured diagnostic messages and configurable output. Developers use it to record errors, warnings, and runtime events without writing a logging system from scratch.
It is a development dependency, not a log viewer. Applications still need sensible log levels and redaction so private data, tokens, or credentials are not written into logs.