From 2d1e6c4a6e2ff7626dbcc472655a60b135126648 Mon Sep 17 00:00:00 2001 From: Kirk Larkin <6025110+serpent5@users.noreply.github.com> Date: Sun, 31 May 2020 03:07:49 +0100 Subject: [PATCH] Remove link to custom logger provider blog (#18582) --- aspnetcore/fundamentals/logging/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aspnetcore/fundamentals/logging/index.md b/aspnetcore/fundamentals/logging/index.md index 135749cca3..48290809b3 100644 --- a/aspnetcore/fundamentals/logging/index.md +++ b/aspnetcore/fundamentals/logging/index.md @@ -969,7 +969,6 @@ For the preceding code, provide at least one extension method for the `ILoggerFa * * Logging bugs should be created in the [github.com/dotnet/runtime/](https://github.com/dotnet/runtime/issues) repo. -* [How to add custom logging in ASP.NET Core](https://asp.net-hacker.rocks/2017/05/05/add-custom-logging-in-aspnetcore.html) ::: moniker-end