JSNLog.CommonLogging by Matt Perdeck

<PackageReference Include="JSNLog.CommonLogging" Version="2.7.2" />

 JSNLog.CommonLogging 2.7.2

Log JavaScript errors and other client side events in your Common.Logging based server side log. Installs JSNLog and configures it for use with Common.Logging.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>JSNLog.CommonLogging</id>
    <version>2.7.2</version>
    <title>JSNLog.CommonLogging - JavaScript Logging for Common.Logging</title>
    <authors>Matt Perdeck</authors>
    <owners>Matt Perdeck</owners>
    <projectUrl>http://jsnlog.com</projectUrl>
    <iconUrl>http://jsnlog.com/Nuget/icon.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Log JavaScript errors and other client side events in your Common.Logging based server side log. Installs JSNLog and configures it for use with Common.Logging.</description>
    <copyright>Copyright 2014</copyright>
    <tags>JavaScript logging exceptions Common.Logging</tags>
    <dependencies>
      <dependency id="Common.Logging" version="2.1.2" />
      <dependency id="WebActivatorEx" version="2.0.0" />
    </dependencies>
  </metadata>
</package>