-
Ayman Bagabas authored
Before, `StandardLog` used to _copy_ the internal buffer causing two or more loggers to share the same buffer triggering a race. Don't copy the internal buffer and reduce the mutex critical section scope.
Ayman Bagabas authoredBefore, `StandardLog` used to _copy_ the internal buffer causing two or more loggers to share the same buffer triggering a race. Don't copy the internal buffer and reduce the mutex critical section scope.