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
100 stars 25 forks source link

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

Closed augustoproiete closed 9 months ago

augustoproiete commented 9 months ago

Implemented by @virzak via https://github.com/serilog-contrib/serilog-sinks-richtextbox/pull/92

augustoproiete commented 9 months ago

Closed in https://github.com/serilog-contrib/serilog-sinks-richtextbox/pull/92