serilog-sinks-richtextbox
serilog-sinks-richtextbox copied to clipboard
A Serilog sink that writes log events to a WPF RichTextBox control with colors and theme support
There seems to be a desire for `AutoScrolling` by a few users of the sink, @TonyValenti gave it a first pass with via https://github.com/serilog-contrib/serilog-sinks-richtextbox/pull/32 where the scrolling is controlling by...
Reported by @TonyValenti via https://github.com/serilog-contrib/serilog-sinks-richtextbox/pull/32#issuecomment-997579087: > there were some major issues with the threading code from the previous author: namely, it would create a thread for each logger and then...
I'm writing an application (Purely for myself, I don't intend to use this in production or anything), but I'd like to use RichTextBox sink - saves me having to have...
Will there be any support for Avalonia in the near future?
### Discussed in https://github.com/serilog-contrib/serilog-sinks-richtextbox/issues/11#issuecomment-912642600 Originally posted by **TonyValenti** September 3, 2021 add an option to auto-trim the text box. If, after writing, a log entry, the text box has more...
Currently, each new log entry appends a corresponding [`Inline` ](https://docs.microsoft.com/en-us/dotnet/api/system.windows.documents.inline?view=net-5.0) object to the last [`Paragraph`](https://docs.microsoft.com/en-us/dotnet/api/system.windows.documents.paragraph?view=net-5.0) in the RichTextBox. One user reported that writing log entries creating multiple paragraphs seem to...
### Discussed in https://github.com/serilog-contrib/serilog-sinks-richtextbox/issues/11#issuecomment-912642600 Originally posted by **TonyValenti** September 3, 2021 If a URL is logged, please convert it to a clickable HyperLink
https://github.com/MvvmCross/MvvmCross
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. Release notes Sourced from actions/checkout's releases. v4.1.2 We are investigating the following issue with this release and have rolled-back the v4 tag to point...
The background thread that is processing messages in batch does not gracefully finishes its executing when the sink is disposed