Removes the old Log/ILog along with the concept of an ExternalLogger, updates the IAuditService to handle what the Log used to do

This commit is contained in:
Shannon
2015-12-23 15:22:45 +01:00
parent e005c5bba6
commit ca407d78cc
30 changed files with 244 additions and 1057 deletions

View File

@@ -73,7 +73,8 @@ namespace Umbraco.Core.DependencyInjection
typeof (ITaskTypeRepository),
typeof (IAuditRepository),
typeof (IRelationRepository),
typeof(IRelationTypeRepository),
typeof (IRelationTypeRepository),
typeof (IAuditRepository),
typeof (IMigrationEntryRepository)
};
return disabledCacheRepos.Any(x => TypeHelper.IsTypeAssignableFrom(x, declaringType))