RockLib.Diagnostics
1.0.1
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 |
---|---|
.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 | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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.
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.