File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 77using System . Threading ;
88using System . Threading . Tasks ;
99using Cognite . Extensions . DataModels ;
10+ using Cognite . Extensions . DataModels . CogniteExtractorExtensions ;
1011using Cognite . Extractor . Common ;
1112using CogniteSdk ;
12- using CogniteSdk . Alpha ;
1313using Microsoft . Extensions . DependencyInjection ;
1414using Microsoft . Extensions . Logging ;
1515using Microsoft . Extensions . Logging . Abstractions ;
@@ -665,6 +665,8 @@ public static void AddExtensionLoggers(this IServiceProvider provider)
665665 EventExtensions . SetLogger ( logger ) ;
666666 SequenceExtensions . SetLogger ( logger ) ;
667667 StreamRecordExtensions . SetLogger ( logger ) ;
668+ DataModelUtils . SetLogger ( logger ) ;
669+ DataPointExtensionsWithInstanceId . SetLogger ( logger ) ;
668670 }
669671 }
670672
Original file line number Diff line number Diff line change 1- 1.40 .0
1+ 1.41 .0
You can’t perform that action at this time.
0 commit comments