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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,8 @@ This has the advantage of making the `hostingContext`'s `Configuration` object a
103
103
104
104
If this method is used, `Log.Logger` is assigned implicitly, and closed when the app is shut down.
105
105
106
+
Note: Configuring Serilog via the `hostingContext`'s `Configuration` object requires that you've installed the _Serilog.Settings.Configuration_[NuGet package](https://www.nuget.org/packages/Serilog.Settings.Configuration).
107
+
106
108
### Writing to the Azure Diagnostics Log Stream
107
109
108
110
The Azure Diagnostic Log Stream ships events from any files in the `D:\home\LogFiles\` folder. To enable this for your app, first install the _Serilog.Sinks.File_ package:
0 commit comments