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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user