Rename Error to align it with MS ILogger

This commit is contained in:
Nikolaj
2020-09-14 09:10:53 +02:00
parent fc054e6546
commit d7e3bce741
95 changed files with 187 additions and 187 deletions

View File

@@ -27,7 +27,7 @@ namespace Umbraco.Extensions
}
catch (Exception ex)
{
Current.Logger.Error(typeof(ImageCropperTemplateExtensions), ex, "Could not parse the json string: {Json}", json);
Current.Logger.LogError(typeof(ImageCropperTemplateExtensions), ex, "Could not parse the json string: {Json}", json);
}
}