Description
C++ projects gain lightweight logging through a header-only library that avoids a separate link step. It is useful for developers who need simple log output in applications or libraries.
This is a development library, not a log viewer. Logging can expose sensitive runtime data if messages are written carelessly, so review log content before release.