Remove Debug<T> from LoggerExtensions

This commit is contained in:
Nikolaj
2020-09-16 10:24:05 +02:00
parent 488093add3
commit a18580c7f6
30 changed files with 90 additions and 109 deletions

View File

@@ -111,7 +111,7 @@ namespace Umbraco.Web.WebApi.Filters
tempFolders.Add(dir);
}
Current.Logger.Debug<FileUploadCleanupFilterAttribute>("Removing temp file {FileName}", f.TempFilePath);
Current.Logger.LogDebug("Removing temp file {FileName}", f.TempFilePath);
try
{