Microsoft.ApplicationInsights.DiagnosticSourceListener by Microsoft

<PackageReference Include="Microsoft.ApplicationInsights.DiagnosticSourceListener" Version="2.18.0" />

 Microsoft.ApplicationInsights.DiagnosticSourceListener 2.18.0

Application Insights DiagnosticSourceListener allows forwarding events from DiagnosticSource to Application Insights. Application Insights will collect your logs from multiple sources and provide rich powerful search capabilities. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.ApplicationInsights.DiagnosticSourceListener</id>
    <version>2.18.0</version>
    <title>Application Insights DiagnosticSourceListener</title>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://go.microsoft.com/fwlink/?LinkId=392727</projectUrl>
    <description>Application Insights DiagnosticSourceListener allows forwarding events from DiagnosticSource to Application Insights. Application Insights will collect your logs from multiple sources and provide rich powerful search capabilities. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156</description>
    <releaseNotes>For the release notes please follow http://go.microsoft.com/fwlink/?LinkId=535037</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Analytics Azure ApplicationInsights Telemetry Monitoring SDK DiagnosticsSource</tags>
    <packageTypes>
      <packageType name="Dependency" />
    </packageTypes>
    <repository type="Git" url="https://github.com/Microsoft/ApplicationInsights-dotnet" commit="a9fc6af7538cc287d263d9bc216c7910bfc34566" />
    <dependencies>
      <group targetFramework=".NETFramework4.5.2">
        <dependency id="Microsoft.ApplicationInsights" version="2.18.0" exclude="Build,Analyzers" />
        <dependency id="System.Diagnostics.DiagnosticSource" version="5.0.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.ApplicationInsights" version="2.18.0" exclude="Build,Analyzers" />
        <dependency id="System.Diagnostics.DiagnosticSource" version="5.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>