serilog-contrib / serilog-sinks-notepad

A Serilog sink that writes log events to Notepad as text or JSON
Apache License 2.0
63 stars 8 forks source link

Convert sink to PeriodicSink #1

Open augustoproiete opened 3 years ago

augustoproiete commented 3 years ago

... and send messages in a background thread.

https://github.com/serilog/serilog-sinks-periodicbatching

augustoproiete commented 3 years ago

The RichTextBox sink has a very similar need thus whatever approach is implemented there can probably be copied to this sink and vice-versa.