NLog.Raygun
2.0.0
A custom NLog target that will push exceptions to Raygun
Install-Package NLog.Raygun -Version 2.0.0
dotnet add package NLog.Raygun --version 2.0.0
<PackageReference Include="NLog.Raygun" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog.Raygun --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NLog.Raygun, 2.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install NLog.Raygun as a Cake Addin
#addin nuget:?package=NLog.Raygun&version=2.0.0
// Install NLog.Raygun as a Cake Tool
#tool nuget:?package=NLog.Raygun&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Major 2.0 release containing breaking changes.
Changes:
- Added breadcrumb support for .NET framework version
- Added unique user support for .NET Core version
- Added the ability to include NLog context property information with error reports
- Removed deprecated property
UseIdentityNameAsUserId
- Updated the use of "Raygun" to the correct spelling (version breaking change)
Major 2.0 release containing breaking changes.
Changes:
- Added breadcrumb support for .NET framework version
- Added unique user support for .NET Core version
- Added the ability to include NLog context property information with error reports
- Removed deprecated property
UseIdentityNameAsUserId
- Updated the use of "Raygun" to the correct spelling (version breaking change)
Dependencies
-
.NETFramework 4.5
- Mindscape.Raygun4Net (>= 5.7.0)
- NLog (>= 4.5.11)
-
.NETStandard 1.6
- Mindscape.Raygun4Net.AspNetCore (>= 6.3.0)
- NLog (>= 4.5.11)
-
.NETStandard 2.0
- Mindscape.Raygun4Net.AspNetCore (>= 6.3.0)
- NLog (>= 4.5.11)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.