Description
Adds a flexible message logging facility for C++ programs and libraries. It is useful for developers who need structured diagnostic output, debug messages, and configurable logging in native applications.
Logging can accidentally capture secrets, file paths, or personal data. Applications using it should choose log levels and destinations carefully before production use.