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"
#:package 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,902 | 4/10/2015 |
| 1.2.0 | 14,826 | 12/2/2014 |
| 1.1.9 | 3,559 | 3/11/2014 |
| 1.1.8 | 3,117 | 1/14/2014 |
| 1.1.7 | 3,328 | 1/6/2014 |
| 1.1.6 | 3,221 | 1/6/2014 |
| 1.1.5 | 3,173 | 1/6/2014 |
| 1.1.4 | 3,250 | 1/3/2014 |
| 1.1.3 | 3,296 | 11/13/2013 |
| 1.1.2 | 3,550 | 4/24/2013 |
| 1.1.1 | 3,324 | 4/24/2013 |
| 1.1.0 | 3,205 | 4/24/2013 |
| 1.0.0.7 | 3,371 | 4/17/2013 |
| 1.0.0.6 | 3,351 | 4/5/2013 |
| 1.0.0.5 | 3,457 | 2/4/2013 |
| 1.0.0.4 | 3,584 | 1/30/2013 |
| 1.0.0.3 | 3,580 | 8/9/2012 |
| 1.0.0.2 | 3,272 | 8/9/2012 |
| 1.0.0.1 | 3,502 | 8/8/2012 |
| 1.0.0 | 3,583 | 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"))