[WIP] Streamlog thread safe
Closed
Imported
requested to merge github/fork/rete/streamlog-thread-safe into streamlog-thread-safe
Loading
Created by: rete
BEGINRELEASENOTES
-DSTREAMLOG_DEFAULT_LOGGER_TS=ON/OFF
(default is ON)standard_formatter
class (time, thread id, logger name and level)formatter
class to provide custom formattingsinks
streamlog_out(LEVEL)
pre-processor like macros is backward compatible
ENDRELEASENOTES
The logger thread safety has been verified using valgrind (helgrind) and by running the multi threading example.
TODO: