Spiffy.Monitoring
5.0.0
See the version list below for details.
dotnet add package Spiffy.Monitoring --version 5.0.0
NuGet\Install-Package Spiffy.Monitoring -Version 5.0.0
<PackageReference Include="Spiffy.Monitoring" Version="5.0.0" />
paket add Spiffy.Monitoring --version 5.0.0
#r "nuget: Spiffy.Monitoring, 5.0.0"
// Install Spiffy.Monitoring as a Cake Addin #addin nuget:?package=Spiffy.Monitoring&version=5.0.0 // Install Spiffy.Monitoring as a Cake Tool #tool nuget:?package=Spiffy.Monitoring&version=5.0.0
A monitoring framework for .NET that supports IoC and modern targets, e.g. Splunk
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.0)
- System.Diagnostics.StackTrace (>= 4.0.1)
- System.Diagnostics.TraceSource (>= 4.0.0)
- System.Reflection (>= 4.1.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Spiffy.Monitoring:
Package | Downloads |
---|---|
ConsulRx
A library for consuming consul values in a continuous stream using the Reactive Extensions |
|
Spiffy.Monitoring.NLog
The NLog adapter for Spiffy.Monitoring |
|
Spiffy.Monitoring.Prometheus
The Prometheus provider for Spiffy.Monitoring |
|
Spiffy.Monitoring.Aws
AWS provider for Spiffy.Monitoring |
|
Assurance
A library to boost confidence when making code changes |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.3.1 | 996 | 1/3/2024 |
6.3.0 | 319 | 10/20/2023 |
6.2.6 | 2,853 | 6/12/2023 |
6.2.5 | 541 | 5/10/2023 |
6.2.4 | 426 | 4/27/2023 |
6.2.3 | 1,232 | 1/18/2023 |
6.2.2 | 1,427 | 1/6/2023 |
6.2.1 | 347 | 1/6/2023 |
6.2.0 | 666 | 5/2/2022 |
6.1.0 | 3,916 | 11/2/2021 |
6.0.8 | 2,152 | 8/9/2021 |
6.0.7 | 757 | 6/15/2021 |
6.0.6 | 821 | 11/12/2020 |
6.0.5 | 570 | 11/10/2020 |
6.0.3 | 679 | 10/30/2020 |
5.2.0 | 1,042 | 10/18/2019 |
5.1.2 | 6,029 | 11/12/2018 |
5.1.1 | 2,485 | 10/19/2018 |
5.1.0 | 11,184 | 1/15/2018 |
5.0.0 | 1,521 | 10/25/2017 |
4.0.5 | 12,504 | 7/5/2017 |
4.0.4 | 1,247 | 6/25/2017 |
4.0.3 | 1,318 | 6/20/2017 |
4.0.2 | 1,887 | 5/23/2017 |
4.0.1 | 2,057 | 4/16/2017 |
3.1.0 | 2,207 | 1/26/2017 |
3.0.0 | 4,303 | 7/27/2016 |
2.0.1 | 1,518 | 6/17/2015 |
2.0.0 | 2,072 | 4/30/2015 |
1.2.0 | 1,687 | 4/6/2015 |
1.1.0 | 1,692 | 3/17/2015 |
1.0.0 | 1,851 | 6/12/2014 |
Remove LoggingFacade -- Consumers must now explicitly opt-in to either a built-in (Behavior.UseBuiltInLogging) or use a provider package (e.g. NLog.Initialize)
Support "informational" exceptions
Support for forcing multi-line messages to a single line