Skip to content

Commit a64500c

Browse files
authored
Add using Serilog; - resolves #89
1 parent 81af9a7 commit a64500c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Install-Package Serilog.Sinks.Console
1515
**Next**, in your application's _Program.cs_ file, configure Serilog first. A `try`/`catch` block will ensure any configuration issues are appropriately logged:
1616

1717
```csharp
18+
using Serilog;
19+
1820
public class Program
1921
{
2022
public static int Main(string[] args)

0 commit comments

Comments
 (0)