diff --git a/aspnetcore/blazor/fundamentals/logging.md b/aspnetcore/blazor/fundamentals/logging.md index fbb0eaed4c..ffa4c71ed6 100644 --- a/aspnetcore/blazor/fundamentals/logging.md +++ b/aspnetcore/blazor/fundamentals/logging.md @@ -28,7 +28,7 @@ builder.Logging.AddProvider(new CustomLoggingProvider()); The `Logging` property is of type , so all of the extension methods available on are also available on `Logging`. -Logging configuration can be loaded from app settings files. For more information, see . +Logging configuration can be loaded from app settings files. For more information, see . ## Blazor Server