Logary.Targets.OpsGenie
5.0.0-beta.7
See the version list below for details.
dotnet add package Logary.Targets.OpsGenie --version 5.0.0-beta.7
NuGet\Install-Package Logary.Targets.OpsGenie -Version 5.0.0-beta.7
<PackageReference Include="Logary.Targets.OpsGenie" Version="5.0.0-beta.7" />
paket add Logary.Targets.OpsGenie --version 5.0.0-beta.7
#r "nuget: Logary.Targets.OpsGenie, 5.0.0-beta.7"
// Install Logary.Targets.OpsGenie as a Cake Addin
#addin nuget:?package=Logary.Targets.OpsGenie&version=5.0.0-beta.7&prerelease
// Install Logary.Targets.OpsGenie as a Cake Tool
#tool nuget:?package=Logary.Targets.OpsGenie&version=5.0.0-beta.7&prerelease
Logary is a high performance multi-target logging metric and health-check library for mono and .Net.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- FSharp.Core (>= 4.3.4)
- Hopac (>= 0.3.23)
- Http.fs (>= 5.0.2)
- Logary (>= 5.0.0-beta.7)
- NodaTime (>= 2.2.5)
-
.NETStandard 2.0
- FSharp.Core (>= 4.3.4)
- Hopac (>= 0.3.23)
- Http.fs (>= 5.0.2)
- Logary (>= 5.0.0-beta.7)
- NodaTime (>= 2.2.5)
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 |
---|---|---|
5.0.1 | 438 | 5/12/2020 |
5.0.0 | 453 | 9/19/2019 |
5.0.0-rc.13 | 259 | 8/30/2019 |
5.0.0-rc.12 | 246 | 8/30/2019 |
5.0.0-rc.11 | 246 | 8/29/2019 |
5.0.0-rc.10 | 289 | 4/11/2019 |
5.0.0-rc.9 | 242 | 4/5/2019 |
5.0.0-rc.8 | 248 | 4/4/2019 |
5.0.0-rc.7 | 256 | 4/1/2019 |
5.0.0-beta.28 | 497 | 12/6/2018 |
5.0.0-beta.27 | 319 | 12/6/2018 |
5.0.0-beta.26 | 720 | 10/2/2018 |
5.0.0-beta.25 | 564 | 9/22/2018 |
5.0.0-beta.24 | 592 | 9/14/2018 |
5.0.0-beta.23 | 582 | 9/14/2018 |
5.0.0-beta.22 | 652 | 8/13/2018 |
5.0.0-beta.21 | 520 | 7/1/2018 |
5.0.0-beta.20 | 554 | 6/29/2018 |
5.0.0-beta.19 | 569 | 6/19/2018 |
5.0.0-beta.18 | 552 | 6/13/2018 |
5.0.0-beta.17 | 502 | 6/13/2018 |
5.0.0-beta.16 | 554 | 6/12/2018 |
5.0.0-beta.15 | 477 | 6/8/2018 |
5.0.0-beta.14 | 550 | 6/7/2018 |
5.0.0-beta.13 | 506 | 6/7/2018 |
5.0.0-beta.12 | 553 | 6/7/2018 |
5.0.0-beta.11 | 629 | 5/24/2018 |
5.0.0-beta.10 | 533 | 5/23/2018 |
5.0.0-beta.9 | 480 | 5/23/2018 |
5.0.0-beta.8 | 557 | 5/23/2018 |
5.0.0-beta.7 | 617 | 5/17/2018 |
5.0.0-beta.6 | 612 | 4/29/2018 |
5.0.0-beta.5 | 707 | 4/28/2018 |
5.0.0-beta.4 | 552 | 4/28/2018 |
5.0.0-beta.3 | 577 | 4/15/2018 |
5.0.0-beta.2 | 558 | 4/9/2018 |
Improve stacktrace parsing for WCF stacktraces thanks @haf
Adding Logary.PerfTests to track https://github.com/logary/logary/issues/322 thanks @haf
Fix #318 move Logary.EventProcessing -> Logary.Configuration
Correct Stopwatch.Frequency measurements for high-frequency timers. Thanks @haf
Add Gauge.of{StopwatchTicks...} methods thanks @haf
Add Logger.time{AltJobFun} for timing of Hopac things and F# functions thanks @haf
Binding redirect for Rutta / Newtonsoft.Json #324 thanks @akselsson