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: aspnetcore/fundamentals/logging/index.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ Logs created with the [default logging providers](#lp) are displayed:
218
218
* In the ASP.NET Core Web Server window.
219
219
* In the console window when the app is run with `dotnet run`.
220
220
221
-
Logs that begin with "Microsoft" categories are from ASP.NET Core framework code. ASP.NET Core and application code use the same logging API and providers.
221
+
Logs that begin with "Microsoft" categories are from .NET. .NET and application code use the same [logging API and providers](/dotnet/core/extensions/logging).
222
222
223
223
<aname="lcat"></a>
224
224
@@ -408,9 +408,9 @@ The preceding code displays console logs when the category contains `Controller`
408
408
409
409
Generally, log levels should be specified in configuration and not code.
410
410
411
-
## ASP.NET Core and EF Core categories
411
+
## ASP.NET Core categories
412
412
413
-
The following table contains some categories used by ASP.NET Core and Entity Framework Core, with notes about the logs:
413
+
The following table contains some categories used by ASP.NET Core.
414
414
415
415
| Category | Notes |
416
416
| ------------------------------------- | ----- |
@@ -422,14 +422,16 @@ The following table contains some categories used by ASP.NET Core and Entity Fra
0 commit comments