RLog provides a flexible message logging facility for C++ programs and
libraries. It is highly optimized for the case where no log messages are
output, so that it can be left in production code and enabled on-demand.

Homepage:
https://www.arg0.net/rlog
