Description
Provides an efficient logging library for C++ applications. Developers can use it to record diagnostics, runtime events, warnings, and errors with configurable output behavior.
This is a programming library, not a log viewer. Applications decide what they log, so sensitive data should be filtered by the software using the library.