serilog-contrib / serilog-sinks-richtextbox

A Serilog sink that writes log events to a WPF RichTextBox control with colors and theme support
Apache License 2.0
109 stars 25 forks source link

Utilize Task and Channel instead of Thread and ConcurrentQueue respectively #92

Closed virzak closed 11 months ago

virzak commented 11 months ago

Thread.Sleep is not recommended for use, so rewriting to use channels and tasks.