2 Jan
2017
2 Jan
'17
3:41 p.m.
On 2 January 2017 at 08:05, Igor R
Is it possible to completely eliminate the logging code (i.e. the run-time overhead) using some macro?
Thanks.
You mean, when using Boost.Log's logging macros? I have my own macros using Boost.Log as a backend, in which case I can simply not compile the logging code at all. Joël Lamotte