Skip to content

Commit

Permalink
Set logger
Browse files Browse the repository at this point in the history
  • Loading branch information
einarmo committed Nov 14, 2024
1 parent 21087e2 commit 309f5d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cognite.Extensions/CogniteUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Cognite.Extensions.DataModels;
using Cognite.Extractor.Common;
using CogniteSdk;
using CogniteSdk.Alpha;
Expand Down Expand Up @@ -613,6 +614,7 @@ public static void AddExtensionLoggers(this IServiceProvider provider)
RawExtensions.SetLogger(logger);
EventExtensions.SetLogger(logger);
SequenceExtensions.SetLogger(logger);
StreamRecordExtensions.SetLogger(logger);
}
}

Expand Down

0 comments on commit 309f5d3

Please sign in to comment.