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

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

Closed augustoproiete closed 11 months ago

augustoproiete commented 11 months ago

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

augustoproiete commented 11 months ago

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