Skip to content

Commit bcf0088

Browse files
authored
Add using statement to readme example
`LogEventLevel.Information` requires `using Serilog.Events;`
1 parent 48977d4 commit bcf0088

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)