1
General discussions / Re: More sophisticated logging and error reporting
« on: August 11, 2016, 05:08:39 pm »
Have you guys considered building something simple ontop of the fmt (formerly cppfmt) library?
https://github.com/fmtlib/fmt
I've used this library in other projects and I can tell you its great to be able to do printf style logging in C++. Its also much faster than iostream (see benchmarks).
https://github.com/fmtlib/fmt
I've used this library in other projects and I can tell you its great to be able to do printf style logging in C++. Its also much faster than iostream (see benchmarks).