Tracer.SystemDiagnostics
1.2.1
dotnet add package Tracer.SystemDiagnostics --version 1.2.1
NuGet\Install-Package Tracer.SystemDiagnostics -Version 1.2.1
<PackageReference Include="Tracer.SystemDiagnostics" Version="1.2.1" />
<PackageVersion Include="Tracer.SystemDiagnostics" Version="1.2.1" />
<PackageReference Include="Tracer.SystemDiagnostics" />
paket add Tracer.SystemDiagnostics --version 1.2.1
#r "nuget: Tracer.SystemDiagnostics, 1.2.1"
#addin nuget:?package=Tracer.SystemDiagnostics&version=1.2.1
#tool nuget:?package=Tracer.SystemDiagnostics&version=1.2.1
Implements the tracing interface on top of the System.Diagnostics.TraceSource capabilities, extending it with log4net-style hierarchical logging and runtime dynamic configurability of trace sources.
Learn more about Target Frameworks and .NET Standard.
-
- netfx-System.AppDomainData (>= 1.1.0)
- netfx-System.Collections.Generic.DictionaryGetOrAdd (>= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Tracer.SystemDiagnostics:
Repository | Stars |
---|---|
clariuslabs/reactivesockets
Implements a very easy to use sockets API based on IObservable
|
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 4,424 | 4/10/2015 |
1.2.0 | 14,410 | 12/2/2014 |
1.1.9 | 3,096 | 3/11/2014 |
1.1.8 | 2,692 | 1/14/2014 |
1.1.7 | 2,894 | 1/6/2014 |
1.1.6 | 2,791 | 1/6/2014 |
1.1.5 | 2,723 | 1/6/2014 |
1.1.4 | 2,790 | 1/3/2014 |
1.1.3 | 2,867 | 11/13/2013 |
1.1.2 | 3,113 | 4/24/2013 |
1.1.1 | 2,890 | 4/24/2013 |
1.1.0 | 2,746 | 4/24/2013 |
1.0.0.7 | 2,915 | 4/17/2013 |
1.0.0.6 | 2,903 | 4/5/2013 |
1.0.0.5 | 3,003 | 2/4/2013 |
1.0.0.4 | 3,146 | 1/30/2013 |
1.0.0.3 | 3,125 | 8/9/2012 |
1.0.0.2 | 2,815 | 8/9/2012 |
1.0.0.1 | 3,039 | 8/8/2012 |
1.0.0 | 3,128 | 8/8/2012 |
Version 1.2.1
* Added support for Mono on Mac and Linux.
Version 1.1.7
* Added support for XML traces that can be opened with Service Trace Viewer
Version 1.1
* Improved performance under .NET 4.0 by doing asynchronous tracing
* Added Activity Tracing support (tracer.StartActivity("foo"))