Confused with ILogger and its usage, can we use it for Logic Apps? because we already have application insight for this

Hiren Thesiya 1 Reputation point
2022-07-08T18:57:48.787+00:00

I have heard about telemetry log using ILogger interface and I want to know if it is possible to use ILogger interface for Logic Apps.

Basically I am confused with ILogger and its usage, can we use it for Logic Apps? because we already have application insight for this.

Does ILogger is only needed for Dynamics CRM and other custom app?

Regardless of power apps/logic apps/Dynamics or any custom app, is it possible to develop ILogger plug in for application insight and deploy it?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 27,111 Reputation points Microsoft Employee
    2022-07-10T05:41:09.037+00:00

    ILogger was interface that could be used to registered various services for logging in .NET assemblies. Therefore, if you're using existing C# Azure Functions inside your Logic App, then ILogger can come into play. However, the overall best method is to Set up Azure Monitor logs and collect diagnostics data for Azure Logic Apps.

    0 comments No comments