We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1940b26 commit ebd9cfcCopy full SHA for ebd9cfc
README.md
@@ -21,6 +21,12 @@ Install the [Serilog.Sinks.WinForms](https://www.nuget.org/packages/Serilog.Sink
21
Install-Package Serilog.Sinks.WinForms
22
```
23
24
+Install the [Serilog.Sinks.WinForms.Core](https://www.nuget.org/packages/Serilog.Sinks.WinForms.Core/) package from NuGet:
25
+
26
+```powershell
27
+Install-Package Serilog.Sinks.WinForms.Core
28
+```
29
30
To configure the sink in C# code, call `WriteToSimpleAndRichTextBox()` or `WriteToJsonTextBox()` or `WriteToGridView()` during logger configuration:
31
32
##### Simple Text Formatted Log And Rich TextBox Log Control
0 commit comments