Skip to content

Commit 4378dfa

Browse files
committed
Update README.md
1 parent e129744 commit 4378dfa

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,20 @@ The conditional compilation (`#if`) is necessary if you're targeting the CoreCLR
3838
loggerfactory.AddSerilog();
3939
```
4040

41-
That's it!
41+
That's it! With the level bumped up a little you should see log output like:
42+
43+
```
44+
2015-05-15 22:14:44.646 +10:00 [Debug] RouteCollection.RouteAsync
45+
Routes:
46+
Microsoft.AspNet.Mvc.Routing.AttributeRoute
47+
{controller=Home}/{action=Index}/{id?}
48+
Handled? True
49+
2015-05-15 22:14:44.647 +10:00 [Debug] RouterMiddleware.Invoke
50+
Handled? True
51+
2015-05-15 22:14:45.706 +10:00 [Debug] /lib/jquery/jquery.js not modified
52+
2015-05-15 22:14:45.706 +10:00 [Debug] /css/site.css not modified
53+
2015-05-15 22:14:45.741 +10:00 [Debug] Handled. Status code: 304 File: /css/site.css
54+
```
4255

4356
### Levels
4457

0 commit comments

Comments
 (0)