Tracer.SystemDiagnostics
1.2.1
dotnet add package Tracer.SystemDiagnostics --version 1.2.1
NuGet\Install-Package Tracer.SystemDiagnostics -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tracer.SystemDiagnostics" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tracer.SystemDiagnostics --version 1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Tracer.SystemDiagnostics, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- netfx-System.AppDomainData (>= 1.1.0)
- netfx-System.Collections.Generic.DictionaryGetOrAdd (>= 1.1.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 196 | 4/10/2015 |
1.2.0 | 153 | 12/2/2014 |
1.1.9 | 141 | 3/11/2014 |
1.1.8 | 82 | 1/14/2014 |
1.1.7 | 62 | 1/6/2014 |
1.1.6 | 50 | 1/6/2014 |
1.1.5 | 52 | 1/6/2014 |
1.1.4 | 52 | 1/3/2014 |
1.1.3 | 51 | 11/13/2013 |
1.1.2 | 62 | 4/24/2013 |
1.1.1 | 48 | 4/24/2013 |
1.1.0 | 49 | 4/24/2013 |
1.0.0.7 | 51 | 4/17/2013 |
1.0.0.6 | 48 | 4/5/2013 |
1.0.0.5 | 53 | 2/4/2013 |
1.0.0.4 | 49 | 1/30/2013 |
1.0.0.3 | 50 | 8/9/2012 |
1.0.0.2 | 50 | 8/9/2012 |
1.0.0.1 | 50 | 8/8/2012 |
1.0.0 | 73 | 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"))