From: Soeren Apel Date: Sun, 1 Apr 2018 08:24:55 +0000 (+0200) Subject: Logging: Make logging thread-safe X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=23a923e31af4fde0bc7f2993ac8a3b08fe229f46;hp=23a923e31af4fde0bc7f2993ac8a3b08fe229f46;p=pulseview.git Logging: Make logging thread-safe Otherwise, we crash when two threads try to add entries to the log at the same time. ---