Fix cross-link (#18891)

pull/18894/head
Luke Latham 2020-06-21 14:17:54 -05:00 committed by GitHub
parent 7eee0eab9e
commit 9644fe8b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ builder.Logging.AddProvider(new CustomLoggingProvider());
The `Logging` property is of type <xref:Microsoft.Extensions.Logging.ILoggingBuilder>, so all of the extension methods available on <xref:Microsoft.Extensions.Logging.ILoggingBuilder> are also available on `Logging`.
Logging configuration can be loaded from app settings files. For more information, see <xref:blazor/fundamentals/logging>.
Logging configuration can be loaded from app settings files. For more information, see <xref:blazor/fundamentals/configuration#logging-configuration>.
## Blazor Server