Microsoft.Diagnostics.Tracing.TraceEvent.Samples
1.0.20
Prefix Reserved
This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package Microsoft.Diagnostics.Tracing.TraceEvent.Samples --version 1.0.20
NuGet\Install-Package Microsoft.Diagnostics.Tracing.TraceEvent.Samples -Version 1.0.20
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent.Samples" Version="1.0.20" />
paket add Microsoft.Diagnostics.Tracing.TraceEvent.Samples --version 1.0.20
#r "nuget: Microsoft.Diagnostics.Tracing.TraceEvent.Samples, 1.0.20"
// Install Microsoft.Diagnostics.Tracing.TraceEvent.Samples as a Cake Addin #addin nuget:?package=Microsoft.Diagnostics.Tracing.TraceEvent.Samples&version=1.0.20 // Install Microsoft.Diagnostics.Tracing.TraceEvent.Samples as a Cake Tool #tool nuget:?package=Microsoft.Diagnostics.Tracing.TraceEvent.Samples&version=1.0.20
The TraceEvent library allows users to control ETW logging and System.Diagnostic.Tracing.EventSource logging.
This package contains sample uses of the library. Simply add it to your app (or a new console app). Call TraceEventSamples.AllSamples.Run() to run the samples.
See the _ReadMe.txt to get started.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- Microsoft.Diagnostics.Tracing.TraceEvent (>= 1.0.12)
- Rx-Main (>= 2.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.0.41 | 10,382 | 2/3/2016 | |
1.0.40 | 1,627 | 12/7/2015 | |
1.0.39 | 1,659 | 10/8/2015 | |
1.0.38 | 1,638 | 8/20/2015 | |
1.0.35 | 1,695 | 8/6/2015 | |
1.0.28 | 1,773 | 5/5/2015 | |
1.0.26 | 1,537 | 3/27/2015 | |
1.0.25 | 1,857 | 1/10/2015 | |
1.0.24 | 1,442 | 1/8/2015 | |
1.0.23 | 1,941 | 12/12/2014 | |
1.0.22 | 2,125 | 7/31/2014 | |
1.0.21 | 1,733 | 7/24/2014 | |
1.0.20 | 1,681 | 7/21/2014 | |
1.0.15 | 1,578 | 6/7/2014 | |
1.0.13 | 1,685 | 5/20/2014 | |
1.0.10 | 1,677 | 3/25/2014 | |
1.0.5 | 1,738 | 1/3/2014 | |
1.0.2-rc | 1,138 | 12/10/2013 | |
1.0.1-beta | 1,247 | 8/15/2013 | |
1.0.0-aamain00123 | 1,119 | 1/3/2014 |
This package includes support for Real-Time TraceLog. TraceLog support stacks traces so this allows you to do real time monitoring of things like exceptions (or CPU) with stacks. See the 41_TraceLogMonitor.cs sample for more