Skip to content

Simplify and optimize C++ logging facility (pumpstream).

Simon Morlat requested to merge fix/fixes-from-5.0 into master
  • do not call ostringstream operator<<() if log level is not enabled
  • when BCTBX_DEBUG_MODE compilation mode is disabled (the default), do not use bctbx_log_level_enabled() since debug logs are to be drop anyway.

Merge request reports