Skip to content

Commit 3c647a1

Browse files
committed
ILogger
1 parent e3a473d commit 3c647a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/application-insights-ilogger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ILogger is a common interface for capturing log information. The implementation
5757
The following is an example of a plug-in using both ILogger and ITracingService.Trace.
5858

5959
> [!NOTE]
60-
> Make sure you include `using Microsoft.Xrm.Sdk.PluginTelemetry;`. Don't use `using Microsoft.Extensions.Logging;`, otherwise the `Ilogger` instance will be null.
60+
> Make sure you include `using Microsoft.Xrm.Sdk.PluginTelemetry;`. Don't use `using Microsoft.Extensions.Logging;`, otherwise the `ILogger` instance will be null.
6161
6262
```csharp
6363
using Microsoft.Xrm.Sdk;

0 commit comments

Comments
 (0)