53b14204fd
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.
3 lines
217 B
Text
3 lines
217 B
Text
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.
|