Tracer.SystemDiagnostics
1.2.1
Install-Package Tracer.SystemDiagnostics -Version 1.2.1
dotnet add package Tracer.SystemDiagnostics --version 1.2.1
<PackageReference Include="Tracer.SystemDiagnostics" Version="1.2.1" />
paket add Tracer.SystemDiagnostics --version 1.2.1
#r "nuget: Tracer.SystemDiagnostics, 1.2.1"
// Install Tracer.SystemDiagnostics as a Cake Addin
#addin nuget:?package=Tracer.SystemDiagnostics&version=1.2.1
// Install Tracer.SystemDiagnostics as a Cake Tool
#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
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 2,380 | 4/10/2015 |
1.2.0 | 12,230 | 12/2/2014 |
1.1.9 | 1,157 | 3/11/2014 |
1.1.8 | 952 | 1/14/2014 |
1.1.7 | 903 | 1/6/2014 |
1.1.6 | 867 | 1/6/2014 |
1.1.5 | 932 | 1/6/2014 |
1.1.4 | 879 | 1/3/2014 |
1.1.3 | 978 | 11/13/2013 |
1.1.2 | 1,158 | 4/24/2013 |
1.1.1 | 959 | 4/24/2013 |
1.1.0 | 972 | 4/24/2013 |
1.0.0.7 | 960 | 4/17/2013 |
1.0.0.6 | 955 | 4/5/2013 |
1.0.0.5 | 1,067 | 2/4/2013 |
1.0.0.4 | 1,266 | 1/30/2013 |
1.0.0.3 | 1,233 | 8/9/2012 |
1.0.0.2 | 1,011 | 8/9/2012 |
1.0.0.1 | 1,010 | 8/8/2012 |
1.0.0 | 1,052 | 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"))