RockLib.Diagnostics
1.0.1
Prefix Reserved
See the version list below for details.
dotnet add package RockLib.Diagnostics --version 1.0.1
NuGet\Install-Package RockLib.Diagnostics -Version 1.0.1
<PackageReference Include="RockLib.Diagnostics" Version="1.0.1" />
paket add RockLib.Diagnostics --version 1.0.1
#r "nuget: RockLib.Diagnostics, 1.0.1"
// Install RockLib.Diagnostics as a Cake Addin #addin nuget:?package=RockLib.Diagnostics&version=1.0.1 // Install RockLib.Diagnostics as a Cake Tool #tool nuget:?package=RockLib.Diagnostics&version=1.0.1
Makes configuring tracing easy and standardized for .NET Core, .NET Standard, and .NET Framework.
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.6 is compatible. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 is compatible. 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. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.1
- RockLib.Configuration (>= 2.0.0)
- RockLib.Configuration.ObjectFactory (>= 1.1.1)
-
.NETFramework 4.6.2
- RockLib.Configuration (>= 2.0.0)
- RockLib.Configuration.ObjectFactory (>= 1.1.1)
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
- RockLib.Configuration (>= 2.0.0)
- RockLib.Configuration.ObjectFactory (>= 1.1.1)
- System.Diagnostics.TraceSource (>= 4.3.0)
-
.NETStandard 2.0
- RockLib.Configuration (>= 2.0.0)
- RockLib.Configuration.ObjectFactory (>= 1.1.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RockLib.Diagnostics:
Package | Downloads |
---|---|
RockLib.Logging
A simple logging library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.2 | 536 | 10/17/2024 |
3.0.1 | 14,586 | 7/16/2024 |
3.0.0 | 26,906 | 2/21/2024 |
3.0.0-alpha.1 | 69 | 2/21/2024 |
2.0.1 | 142,856 | 2/6/2023 |
2.0.0 | 76,769 | 2/23/2022 |
1.0.9 | 341,085 | 8/11/2021 |
1.0.8 | 157,219 | 5/6/2021 |
1.0.6 | 106,709 | 2/19/2021 |
1.0.5 | 163,142 | 8/27/2020 |
1.0.4 | 178,998 | 8/14/2020 |
1.0.3 | 91,687 | 7/30/2020 |
1.0.2 | 779,182 | 4/3/2019 |
1.0.1 | 499,659 | 4/2/2018 |
1.0.0 | 1,769 | 3/19/2018 |
RockLib.Diagnostics Version 1.0.1
Adds a `RockLib.Diagnostics.DefaultTraceListener` class for .NET Standard 1.1 *only* because the `System.Diagnostics.DefaultTraceListener` class from the `System.Diagnostics.TraceSource` package that targets .NET Standard 1.1 *doesn't actually do anything* - it's just a placeholder with no behavior. The `RockLib.Diagnostics.DefaultTraceListener` class behaves just like `System.Diagnostics.DefaultTraceListener` from .NET Framework and .NET Core 2.0. and is used as the default type of `System.Diagnostics.TraceListener` in the `CreateDiagnosticsSettings` extension method.