vonhoff / Serilog.Sinks.RichTextBox.WinForms.Colored

A Serilog sink that writes log events to a WinForms RichTextBox control with colors and theme support.
Apache License 2.0
16 stars 8 forks source link

Implement maximum log lines #5 #6

Closed dlampa closed 5 months ago

dlampa commented 5 months ago

Addresses issue #5 .

I attempted to write an implementation of an option that would allow for controlling the maximum number of lines displayed in the RichTextBox at a time. I've also updated the demo application to demonstrate the use of the new option.

Comments and suggestions/improvements will be appreciated!

Damir