Remove LogWarning<T> from LoggerExtensions

This commit is contained in:
Nikolaj
2020-09-16 09:58:07 +02:00
parent dda6fb12a3
commit 488093add3
56 changed files with 105 additions and 155 deletions

View File

@@ -229,7 +229,7 @@ namespace Umbraco.Web
if (context.Content.HasContent())
return true;
_logger.LogWarning<UmbracoModule>("Umbraco has no content");
_logger.LogWarning("Umbraco has no content");
if (RouteTable.Routes[Constants.Web.NoContentRouteName] is Route route)
{
@@ -297,7 +297,7 @@ namespace Umbraco.Web
}
#endregion
#region IHttpModule