System.Diagnostics.Tracer
1.1.0
See the version list below for details.
dotnet add package System.Diagnostics.Tracer --version 1.1.0
NuGet\Install-Package System.Diagnostics.Tracer -Version 1.1.0
<PackageReference Include="System.Diagnostics.Tracer" Version="1.1.0" />
paket add System.Diagnostics.Tracer --version 1.1.0
#r "nuget: System.Diagnostics.Tracer, 1.1.0"
// Install System.Diagnostics.Tracer as a Cake Addin #addin nuget:?package=System.Diagnostics.Tracer&version=1.1.0 // Install System.Diagnostics.Tracer as a Cake Tool #tool nuget:?package=System.Diagnostics.Tracer&version=1.1.0
An improved API on top of System.Diagnostics.
Adds support for dynamic runtime configuration of trace sources, hierarchical trace sources and testability.
Usage: static readonly ITracer tracer = Tracer.Get<MyClass>();
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. |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on System.Diagnostics.Tracer:
Package | Downloads |
---|---|
System.Net.Mqtt
A lightweight and simple MQTT client implementation written entirely in C#. |
|
OpcLabs.Mqtt
Provides MQTT communication features, using the System.Net.Mqtt library. Use with OpcLabs.QuickOpc for OPC UA PubSub transport protocol mappings based on MQTT. |
|
System.Net.Mqtt.Server
A lightweight and simple MQTT Server implementation written entirely in C#. |
|
System.Resources.Models
Provides tools to parse .resx and .strings files to a model classes |
|
dr1rrb.System.Net.Mqtt
A lightweight and simple MQTT client implementation written entirely in C#. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on System.Diagnostics.Tracer:
Repository | Stars |
---|---|
xamarin/xamarin-macios
.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
|
|
xamarin/mqtt
Minimalist and intuitive MQTT broker and client written entirely in C#
|