PlatformLab / NanoLog

Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
Other
3k stars 343 forks source link

No mention of C++17 no-preprocessor version in README #5

Closed ArekPiekarz closed 5 years ago

ArekPiekarz commented 6 years ago

There is no mention of the C++17 no-preprocessor version of NanoLog in README. I stumbled upon it by accident when looking at commit log. Before that I was sure this library required integrating the preprocessor into your build system. What adds to the confusion is the still open pull request adding that functionality.