Common.Logging by Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen

<PackageReference Include="Common.Logging" Version="3.4.0-Alpha1" />

 Common.Logging 3.4.0-Alpha1

Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Common.Logging</id>
    <version>3.4.0-Alpha1</version>
    <authors>Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen</authors>
    <owners>Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>http://net-commons.github.io/common-logging/</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/net-commons/common-logging/master/nuget-graphics/common-logging-icon.png</iconUrl>
    <description>Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.</description>
    <language>en-US</language>
    <tags>logging log Common.Logging</tags>
    <dependencies>
      <dependency id="Common.Logging.Core" version="3.4.0-Alpha1" />
    </dependencies>
  </metadata>
</package>