Skip to content

Commit ebd9cfc

Browse files
authored
Update README.md
1 parent 1940b26 commit ebd9cfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Install the [Serilog.Sinks.WinForms](https://www.nuget.org/packages/Serilog.Sink
2121
Install-Package Serilog.Sinks.WinForms
2222
```
2323

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+
2430
To configure the sink in C# code, call `WriteToSimpleAndRichTextBox()` or `WriteToJsonTextBox()` or `WriteToGridView()` during logger configuration:
2531

2632
##### Simple Text Formatted Log And Rich TextBox Log Control

0 commit comments

Comments
 (0)