log4net.Raygun
3.2.1.29229
See the version list below for details.
dotnet add package log4net.Raygun --version 3.2.1.29229
NuGet\Install-Package log4net.Raygun -Version 3.2.1.29229
<PackageReference Include="log4net.Raygun" Version="3.2.1.29229" />
paket add log4net.Raygun --version 3.2.1.29229
#r "nuget: log4net.Raygun, 3.2.1.29229"
// Install log4net.Raygun as a Cake Addin #addin nuget:?package=log4net.Raygun&version=3.2.1.29229 // Install log4net.Raygun as a Cake Tool #tool nuget:?package=log4net.Raygun&version=3.2.1.29229
Simple log4net appender which logs to the raygun.io API.
Product | Versions 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. |
-
.NETFramework 3.5
- log4net (>= 2.0.2)
- Mindscape.Raygun4Net (>= 4.0.1)
- System.Threading.Tasks.Unofficial (>= 3.1.0)
-
.NETFramework 4.0
- log4net (>= 2.0.2)
- Mindscape.Raygun4Net (>= 4.0.1)
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.3.0.6013 | 30,691 | 10/23/2019 |
4.2.1.30296 | 23,277 | 2/8/2017 |
4.2.0.18164 | 40,064 | 10/13/2015 |
4.2.0.17644-pre | 877 | 10/13/2015 |
4.1.0.21896 | 4,758 | 6/5/2015 |
4.0.0.26501 | 23,121 | 3/20/2015 |
3.2.1.29229 | 3,165 | 1/15/2015 |
3.1.0.22351 | 2,017 | 11/10/2014 |
3.0.0.30437 | 1,379 | 11/4/2014 |
2.4.0.19289 | 19,560 | 10/20/2014 |
2.3.0.18053 | 2,259 | 10/2/2014 |
2.2.0.16827 | 1,230 | 9/29/2014 |
2.1.0.20157 | 1,292 | 9/9/2014 |
2.0.0.18482 | 2,361 | 9/8/2014 |
1.0.7.17466 | 1,222 | 7/2/2014 |
1.0.6.28976 | 1,150 | 7/1/2014 |
1.0.5.13225 | 1,193 | 6/30/2014 |
1.0.4.21933 | 1,194 | 6/23/2014 |
1.0.3.26577 | 1,161 | 6/17/2014 |
1.0.2.30383 | 1,156 | 6/11/2014 |
1.0.2.23411 | 1,379 | 6/9/2014 |
Changes:
3.2.1 -
* Fixed duplication of exception class name when logging messages through the new version of raygun4net.
3.2.0 -
* Fixed incorrect behaviour where log4net.Raygun would only log the base exception to Raygun, instead of the entire exception chain.
3.1.0 -
* Updated the version of System.Threading.Tasks used for .NET 3.5 compatibility to the new (unofficial) NuGet package.
* The version of log4net.Raygun is now added to the UserCustomData under the 'log4net.Raygun Version' key.
3.0.0 -
* Updated Raygun4Net version to 4.0.1.
* ThrowOnError will now be automatically set to true (as of 4.0.1, RaygunSettings is no longer read-only).
2.4.0 -
* ThrowOnError is now only required in RaygunSettings when retries are enabled in the log4net.Raygun appender. When using the RaygunSettings configuration section, then throwOnError must be set to true.
2.3.0 -
* Added configuration property: sendInBackground, which controls whether the raygun message will be sent in a background task. By default this is true.
2.2.0 -
* Added configuration properties for ignoredFormNames, ignoredHeaderNames, ignoredCookieNames, and ignoredServerVariableNames.