Skip to content

Commit 3d4e614

Browse files
authored
Merge pull request #247 from acohenOT/patch-1
Add using statement to readme example
2 parents 48977d4 + bcf0088 commit 3d4e614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ To use this technique, first replace the initial `CreateLogger()` call with `Cre
201201

202202
```csharp
203203
using Serilog;
204+
using Serilog.Events;
204205

205206
public class Program
206207
{

0 commit comments

Comments
 (0)