serilog-sinks-richtextbox icon indicating copy to clipboard operation
serilog-sinks-richtextbox copied to clipboard

A Serilog sink that writes log events to a WPF RichTextBox control with colors and theme support

Results 20 serilog-sinks-richtextbox issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted
up-for-grabs

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...

bug
help wanted
up-for-grabs

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...

enhancement
help wanted
up-for-grabs

Will there be any support for Avalonia in the near future?

enhancement
help wanted
up-for-grabs

### 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...

enhancement
help wanted
up-for-grabs
needs-design

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...

enhancement
help wanted
up-for-grabs

### 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

enhancement
help wanted
up-for-grabs
needs-design

https://github.com/MvvmCross/MvvmCross

documentation
help wanted
up-for-grabs

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...

dependencies
github_actions

The background thread that is processing messages in batch does not gracefully finishes its executing when the sink is disposed

bug
help wanted
up-for-grabs