NLog.Targets.Sentry.Raven
1.0.0
dotnet add package NLog.Targets.Sentry.Raven --version 1.0.0
NuGet\Install-Package NLog.Targets.Sentry.Raven -Version 1.0.0
<PackageReference Include="NLog.Targets.Sentry.Raven" Version="1.0.0" />
paket add NLog.Targets.Sentry.Raven --version 1.0.0
#r "nuget: NLog.Targets.Sentry.Raven, 1.0.0"
// Install NLog.Targets.Sentry.Raven as a Cake Addin #addin nuget:?package=NLog.Targets.Sentry.Raven&version=1.0.0 // Install NLog.Targets.Sentry.Raven as a Cake Tool #tool nuget:?package=NLog.Targets.Sentry.Raven&version=1.0.0
NLog Sentry is a custom target for NLog enabling you to send logging messages to the Sentry logging service.
Configuration
To use the Sentry target, simply add it an extension in the NLog.config file and place the NLog.Targets.Sentry.dll in the same location as the NLog.dll & NLog.config files.
<?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<extensions> <add assembly="NLog.Targets.Sentry" /> </extensions>
<targets> <target name="Sentry" type="Sentry" dsn="<your sentry dsn>"/> </targets>
<rules> <logger name="*" appendTo="Sentry" minLevel="Error"/> </rules> </nlog> The package is also available through NuGet as "NLog.Targets.Sentry.Raven".
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
-
- Newtonsoft.Json (>= 10.0.3)
- NLog (>= 4.4.12)
- SharpRaven (>= 2.2.0)
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 |
---|---|---|
1.0.0 | 1,266 | 10/13/2017 |
First release