Begin trying to replace logger in Current

This commit is contained in:
Nikolaj
2020-09-16 13:08:27 +02:00
parent 52051629ba
commit 120e163682
58 changed files with 157 additions and 93 deletions

View File

@@ -9,6 +9,8 @@ using Umbraco.Composing;
using Umbraco.Core.Cache;
using Umbraco.Core.Composing;
using Umbraco.Core.Logging;
using Microsoft.Extensions.Logging;
using ILogger = Umbraco.Core.Logging.ILogger;
namespace Umbraco.Core.Services.Implement
{