Resvolution - Loggers & Booting

This commit is contained in:
Stephan
2016-08-25 10:23:41 +02:00
parent 3707db6c21
commit 9949f07a46
29 changed files with 260 additions and 390 deletions

View File

@@ -135,7 +135,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
{
if (SyncToXmlFile == false) return;
var logger = LoggerResolver.Current.Logger;
var logger = Current.Logger;
// there's always be one task keeping a ref to the runner
// so it's safe to just create it as a local var here