Description
Adds fast logging support for C++ applications, with header-only or compiled integration options. Developers use it to record diagnostics, errors, performance information, and operational events.
Logging can accidentally capture secrets, personal data, or large volumes of information. Design log levels, redaction, rotation, and retention before using it in production.