On 2 January 2017 at 08:05, Igor R <boost.lists@gmail.com> wrote:
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