Skip to content

Commit

Permalink
Merge pull request #247 from acohenOT/patch-1
Browse files Browse the repository at this point in the history
Add using statement to readme example
  • Loading branch information
nblumhardt authored May 27, 2021
2 parents 48977d4 + bcf0088 commit 3d4e614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ To use this technique, first replace the initial `CreateLogger()` call with `Cre

```csharp
using Serilog;
using Serilog.Events;

public class Program
{
Expand Down

0 comments on commit 3d4e614

Please sign in to comment.