Tracer.SystemDiagnostics
1.1.5
See the version list below for details.
dotnet add package Tracer.SystemDiagnostics --version 1.1.5
NuGet\Install-Package Tracer.SystemDiagnostics -Version 1.1.5
<PackageReference Include="Tracer.SystemDiagnostics" Version="1.1.5" />
paket add Tracer.SystemDiagnostics --version 1.1.5
#r "nuget: Tracer.SystemDiagnostics, 1.1.5"
// Install Tracer.SystemDiagnostics as a Cake Addin #addin nuget:?package=Tracer.SystemDiagnostics&version=1.1.5 // Install Tracer.SystemDiagnostics as a Cake Tool #tool nuget:?package=Tracer.SystemDiagnostics&version=1.1.5
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,326 | 4/10/2015 |
1.2.0 | 14,319 | 12/2/2014 |
1.1.9 | 3,003 | 3/11/2014 |
1.1.8 | 2,596 | 1/14/2014 |
1.1.7 | 2,802 | 1/6/2014 |
1.1.6 | 2,702 | 1/6/2014 |
1.1.5 | 2,632 | 1/6/2014 |
1.1.4 | 2,700 | 1/3/2014 |
1.1.3 | 2,777 | 11/13/2013 |
1.1.2 | 3,019 | 4/24/2013 |
1.1.1 | 2,796 | 4/24/2013 |
1.1.0 | 2,655 | 4/24/2013 |
1.0.0.7 | 2,798 | 4/17/2013 |
1.0.0.6 | 2,812 | 4/5/2013 |
1.0.0.5 | 2,908 | 2/4/2013 |
1.0.0.4 | 3,048 | 1/30/2013 |
1.0.0.3 | 3,026 | 8/9/2012 |
1.0.0.2 | 2,716 | 8/9/2012 |
1.0.0.1 | 2,944 | 8/8/2012 |
1.0.0 | 3,032 | 8/8/2012 |
Version 1.1.5
* 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"))