Skip to content

WPI: Thread safe implementation of streamlog

FU Chengdong requested to merge github/fork/gaede/thread_safe into master

Created by: gaede

BEGINRELEASENOTES

  • make streamlog thread safe
    • based on a thread_local streamlog::out ostream
    • removed streamlog::logbuffer - might require some minor changes in depending code
    • otherwise API unchanged

ENDRELEASENOTES

Merge request reports

Loading