You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,24 +67,24 @@ The themes based on the original sinks are slightly adjusted to be [WCAG complia
70
67
71
68
You can create your own custom themes by creating a new instance of the [Theme](Serilog.Sinks.RichTextBox.WinForms.Colored/Sinks/RichTextBoxForms/Themes/Theme.cs) class and passing it to the `RichTextBox` extension method. Look at the [existing themes](Serilog.Sinks.RichTextBox.WinForms.Colored/Sinks/RichTextBoxForms/Themes/ThemePresets.cs) for examples.
72
69
73
-
## Support and Contribute
74
-
75
-
If you find value in this project, there are several ways you can contribute:
76
-
77
-
- Give the [project](https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored) a star on GitHub ⭐
78
-
- Support the project through [GitHub Sponsors](https://github.com/sponsors/vonhoff)
79
-
- Improve documentation, report bugs, or submit pull requests
80
-
81
70
## Frequently Asked Questions
82
71
83
72
### Why is the package name so long?
84
73
85
-
Shorter alternatives were already reserved in the NuGet registry, so a more descriptive name was needed for this implementation.
74
+
Shorter alternatives were already reserved in the NuGet registry, so a more descriptive name was needed for this implementation. The name is a bit long, but it makes it easier to find the package in the NuGet registry.
86
75
87
76
### Why use a WinForms RichTextBox instead of a WPF RichTextBox?
88
77
89
78
This sink is specifically designed for WinForms applications to avoid the WPF framework. Using a WPF-based logging component would require adding the entire WPF framework with all its dependencies, greatly increasing the size of the application.
90
79
80
+
## Support and Contribute
81
+
82
+
If you find value in this project, there are several ways you can contribute:
83
+
84
+
- Give the [project](https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored) a star on GitHub ⭐
85
+
- Support the project through [GitHub Sponsors](https://github.com/sponsors/vonhoff)
86
+
- Improve documentation, report bugs, or submit pull requests
0 commit comments