You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A serilog provider for [Microsoft.Framework.Logging](https://www.nuget.org/packages/Microsoft.Framework.Logging), the logging subsystem used by ASP.NET 5.
5
+
A serilog provider for [Microsoft.Extensions.Logging](https://www.nuget.org/packages/Microsoft.Extensions.Logging), the logging subsystem used by ASP.NET 5. (Previously known as [Microsoft.Framework.Logging](https://github.com/aspnet/Logging/issues/257)).
6
6
7
7
This package routes ASP.NET log messages through Serilog, so you can get information about ASP.NET's internal operations logged to the same Serilog sinks as your application events.
8
8
@@ -68,7 +68,7 @@ Two things:
68
68
69
69
### Building from source
70
70
71
-
Tobuildthe `dev` branch, whichtracksthe `dev` branchof_Microsoft.Framework.Logging_, youmustaddhttps://www.myget.org/F/aspnetvnext/ to your package sources.
71
+
Tobuildthe `dev` branch, whichtracksthe `dev` branchof_Microsoft.Extensions.Logging_, youmustaddhttps://www.myget.org/F/aspnetvnext/ to your package sources.
0 commit comments