Info
Version: | 2.1.0-alpha |
Author(s): | kzu |
Last Update: | Wednesday, February 1, 2023 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/System.Diagnostics.Tracer |
Install
Install-Package System.Diagnostics.Tracer
dotnet add package System.Diagnostics.Tracer
paket add System.Diagnostics.Tracer
System.Diagnostics.Tracer Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- System.Diagnostics.TraceSource(>= 4.0.0)
Tags
Adds support for dynamic runtime configuration of trace sources, hierarchical trace sources and testability.
Usage: static readonly ITracer tracer = Tracer.Get<MyClass>();.