Finish aligning ILogger to MS ILogger

This commit is contained in:
Nikolaj
2020-09-14 14:25:59 +02:00
parent 161061dbbc
commit 5e17aa3bf1
19 changed files with 75 additions and 167 deletions

View File

@@ -40,7 +40,7 @@ namespace Umbraco.Web.BackOffice.Controllers
}
catch (HttpRequestException rex)
{
_logger.Info(GetType(), $"Check your network connection, exception: {rex.Message}");
_logger.LogInformation($"Check your network connection, exception: {rex.Message}");
}
return new List<HelpPage>();