3log
3log is a name used by multiple software projects. The most commonly referenced usage is a lightweight logging library for C and C++, designed to be simple to integrate and to have a small footprint across platforms.
Features typically emphasized include minimal dependencies, fast logging paths, and support for multiple output destinations such
In addition to the logging library, the name 3log is used by other, unrelated projects, such as
Usage context: 3log–style libraries appeal to projects requiring minimal overhead, portability, and easy integration, including embedded
See also: List of logging libraries, Comparison of logging frameworks.