Fix cross-link (#18891)
parent
7eee0eab9e
commit
9644fe8b77
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue