Info
Version: | 2.0.8 |
Author(s): | kzu |
Last Update: | Tuesday, March 14, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kzu/System.Diagnostics.Tracer |
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>();.