google-glog logging library have a Debug Mode in which the log messages are compiled away if NDEBUG is defined for performance reasons.
Does Boost.Log have something similar?
google-glog logging library have a Debug Mode in which the log messages are compiled away if NDEBUG is defined for performance reasons.
Does Boost.Log have something similar?