Tungsten.Logging by Jordan Duerksen

<PackageReference Include="Tungsten.Logging" Version="2.0.0" />

.NET API 15,360 bytes

 Tungsten.Logging 2.0.0

Tungsten.Logging provides basic support for logging. Handle the W.Logging.Log.LogTheMessage event to provide additional logging options. W.Logging.LogMessageHistory class can be instantiated to maintain an in-memory history of messages.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Tungsten.Logging</id>
    <version>2.0.0</version>
    <authors>Jordan Duerksen</authors>
    <owners>Jordan Duerksen</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/mode51/Tungsten/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/mode51/Tungsten</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/mode51/Tungsten/master/Src/Tungsten/Tungsten.ico</iconUrl>
    <description>Tungsten.Logging provides basic support for logging.  Handle the W.Logging.Log.LogTheMessage event to provide additional logging options.  W.Logging.LogMessageHistory class can be instantiated to maintain an in-memory history of messages.</description>
    <copyright>Copyright @ 2018 Jordan Duerksen</copyright>
    <tags>Tungsten.Logging Tungsten W Logging C# library</tags>
    <repository url="https://github.com/mode51/Tungsten" />
    <dependencies>
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETStandard1.0">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>