log4net.1.2.10.Raygun 2.1.0.20635

There is a newer version of this package available.
See the version list below for details.
dotnet add package log4net.1.2.10.Raygun --version 2.1.0.20635
NuGet\Install-Package log4net.1.2.10.Raygun -Version 2.1.0.20635
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="log4net.1.2.10.Raygun" Version="2.1.0.20635" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add log4net.1.2.10.Raygun --version 2.1.0.20635
#r "nuget: log4net.1.2.10.Raygun, 2.1.0.20635"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install log4net.1.2.10.Raygun as a Cake Addin
#addin nuget:?package=log4net.1.2.10.Raygun&version=2.1.0.20635

// Install log4net.1.2.10.Raygun as a Cake Tool
#tool nuget:?package=log4net.1.2.10.Raygun&version=2.1.0.20635

Simple log4net appender which logs to the raygun.io API.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2.1.30435 11,274 2/8/2017
4.2.0.18398 21,052 10/13/2015
4.1.0.25085 1,399 6/5/2015
4.0.0.26679 1,410 3/20/2015
3.2.1.29361 1,387 1/15/2015
3.1.0.22736 1,795 11/10/2014
3.0.0.30563 2,715 11/4/2014
2.4.0.22318 1,152 10/20/2014
2.3.0.18231 1,145 10/2/2014
2.2.0.16984 1,144 9/29/2014
2.1.0.20635 1,198 9/9/2014
2.0.0.18583 1,125 9/8/2014
1.0.7.17530 1,264 7/2/2014
1.0.6.29018 1,199 7/1/2014
1.0.5.13667 1,152 6/30/2014
1.0.4.27277 1,167 6/23/2014
1.0.3.26740 1,170 6/17/2014
1.0.2.30505 1,145 6/11/2014

NOTE: This package uses the last version of log4net which used the old strong name key (1.2.10).
   * Added support for sending error messages to raygun which do not contain any exception information. By default, this is enabled.
   * Added basic support for adding tags to raygun messages.
   * Fixed an issue where exceptions from RaygunClient.Send were being trapped and ignored, so the retry mechanism would not function.