Microsoft.Extensions.Logging.Debug by Microsoft

<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.1.0-rc1-final" />

 Microsoft.Extensions.Logging.Debug 2.1.0-rc1-final

Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Extensions.Logging.Debug</id>
    <version>2.1.0-rc1-final</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt</licenseUrl>
    <projectUrl>https://asp.net/</projectUrl>
    <iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>logging</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/aspnet/Logging" commit="adeddecf6b9ac7ca2a3ff906c8533c48257b1d6d" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Extensions.Logging" version="2.1.0-rc1-final" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>