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

@@ -3,8 +3,8 @@ using System.Collections.Generic;
using System.Linq;
using System.Net.Http.Headers;
using System.Web.Helpers;
using Microsoft.Extensions.Logging;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Web.Composing;
namespace Umbraco.Web.WebApi.Filters

View File

@@ -4,8 +4,8 @@ using System.IO;
using System.Linq;
using System.Net.Http;
using System.Web.Http.Filters;
using Microsoft.Extensions.Logging;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Web.Composing;
using Umbraco.Web.Models.ContentEditing;

View File

@@ -1,6 +1,6 @@
using System.Web.Http.ExceptionHandling;
using Umbraco.Web.Composing;
using Umbraco.Core.Logging;
using Microsoft.Extensions.Logging;
namespace Umbraco.Web.WebApi
{