Sometiems, using `NonBlocking` and send the formatted record to another threads for logging can be even slower. Use a mutex to lock the file/stream and log can be fast. This issue can require a benchmark suite in front.
Sometiems, using
NonBlockingand send the formatted record to another threads for logging can be even slower.Use a mutex to lock the file/stream and log can be fast.
This issue can require a benchmark suite in front.