Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
bctoolbox
Merge requests
!119
Simplify and optimize C++ logging facility (pumpstream).
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Simon Morlat
requested to merge
fix/fixes-from-5.0
into
master
Aug 19, 2021
Overview
0
Commits
1
Pipelines
0
Changes
1
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.