Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fmatthew5876

Pages: [1]
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).

Pages: [1]
anything