serilog-sinks-richtextbox icon indicating copy to clipboard operation
serilog-sinks-richtextbox copied to clipboard

Improve async batching / background threading

Open augustoproiete opened this issue 3 years ago • 0 comments

Reported by @TonyValenti via https://github.com/serilog-contrib/serilog-sinks-richtextbox/pull/32#issuecomment-997579087:

there were some major issues with the threading code from the previous author: namely, it would create a thread for each logger and then each thread would basically spin while waiting for data

augustoproiete avatar May 21 '22 11:05 augustoproiete