Microsoft.Diagnostics.Tracing.TraceEvent
1.0.1-beta
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Diagnostics.Tracing.TraceEvent --version 1.0.1-beta
NuGet\Install-Package Microsoft.Diagnostics.Tracing.TraceEvent -Version 1.0.1-beta
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="1.0.1-beta" />
paket add Microsoft.Diagnostics.Tracing.TraceEvent --version 1.0.1-beta
#r "nuget: Microsoft.Diagnostics.Tracing.TraceEvent, 1.0.1-beta"
// Install Microsoft.Diagnostics.Tracing.TraceEvent as a Cake Addin #addin nuget:?package=Microsoft.Diagnostics.Tracing.TraceEvent&version=1.0.1-beta&prerelease // Install Microsoft.Diagnostics.Tracing.TraceEvent as a Cake Tool #tool nuget:?package=Microsoft.Diagnostics.Tracing.TraceEvent&version=1.0.1-beta&prerelease
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class.
The TraceEvent library conains the classes needed to control ETW providers (including EventSources) and parse the events they emit.
The library includes
-- TraceEventSession which can enable ETW providers,
-- EtwTraceEventSource which lets you read the stream of ETW events, and
-- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events.
-- A Programmers Guide for using the classes above.
Also see the TraceEvent Samples NuGet package for example uses of this library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
native | native is compatible. |
This package has no dependencies.
NuGet packages (47)
Showing the top 5 NuGet packages that depend on Microsoft.Diagnostics.Tracing.TraceEvent:
Package | Downloads |
---|---|
BenchmarkDotNet
Powerful .NET library for benchmarking |
|
BenchmarkDotNet.Diagnostics.Windows
Powerful .NET library for benchmarking (Diagnostic Tools for Windows) |
|
Steeltoe.Management.EndpointBase
Steeltoe management endpoints |
|
Sarif.Sdk
Object model and utilities for reading and writing files in the SARIF format |
|
EventStore.Client.Embedded
The embedded client API for Event Store. Get the open source or commercial versions of Event Store server from https://eventstore.com/ |
GitHub repositories (68)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Diagnostics.Tracing.TraceEvent:
Repository | Stars |
---|---|
netchx/netch
A simple proxy client
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
|
|
EventStore/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
|
|
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
|
Version | Downloads | Last updated |
---|---|---|
3.1.16 | 18,950 | 10/15/2024 |
3.1.15 | 27,449 | 8/27/2024 |
3.1.14 | 396 | 8/26/2024 |
3.1.13 | 41,874 | 7/16/2024 |
3.1.12 | 62,916 | 6/13/2024 |
3.1.11 | 7,927 | 6/10/2024 |
3.1.10 | 95,349 | 5/3/2024 |
3.1.9 | 127,488 | 3/7/2024 |
3.1.8 | 805,327 | 1/31/2024 |
3.1.7 | 82,852 | 12/5/2023 |
3.1.6 | 128,354 | 10/20/2023 |
3.1.5 | 80,383 | 8/25/2023 |
3.1.4 | 10,657 | 8/15/2023 |
3.1.3 | 761,842 | 5/18/2023 |
3.1.2 | 21,566 | 4/14/2023 |
3.1.1 | 76,467 | 4/5/2023 |
3.1.0 | 2,894 | 3/31/2023 |
3.0.8 | 118,564 | 2/28/2023 |
3.0.7 | 99,379 | 1/18/2023 |
3.0.6 | 98,328 | 11/16/2022 |
3.0.5 | 105,284 | 9/26/2022 |
3.0.4 | 82,825 | 8/26/2022 |
3.0.3 | 19,044 | 8/5/2022 |
3.0.2 | 12,573,518 | 7/1/2022 |
3.0.1 | 65,495 | 5/31/2022 |
3.0.0 | 51,561 | 4/20/2022 |
3.0.0-preview2 | 1,649 | 3/23/2022 |
3.0.0-preview1 | 1,484 | 3/2/2022 |
2.0.77 | 171,160 | 4/11/2022 |
2.0.76 | 131,186 | 3/2/2022 |
2.0.75 | 3,426 | 2/28/2022 |
2.0.74 | 878,217 | 11/9/2021 |
2.0.73 | 77,059 | 9/27/2021 |
2.0.72 | 5,287 | 9/16/2021 |
2.0.71 | 155,957 | 7/26/2021 |
2.0.70 | 34,304 | 7/7/2021 |
2.0.69 | 72,636 | 5/24/2021 |
2.0.68 | 28,755 | 4/26/2021 |
2.0.67 | 4,155 | 4/22/2021 |
2.0.66 | 196,763 | 2/22/2021 |
2.0.65 | 215,294 | 1/25/2021 |
2.0.64 | 1,082,275 | 1/5/2021 |
2.0.62 | 236,658 | 11/9/2020 |
2.0.61 | 7,913,007 | 9/21/2020 |
2.0.60 | 6,519 | 9/10/2020 |
2.0.59 | 27,284 | 9/4/2020 |
2.0.58 | 90,799 | 8/6/2020 |
2.0.57 | 110,121 | 7/2/2020 |
2.0.56 | 60,021 | 5/27/2020 |
2.0.55 | 817,744 | 4/29/2020 |
2.0.54 | 49,523 | 4/8/2020 |
2.0.52 | 81,125 | 3/23/2020 |
2.0.51 | 12,428 | 3/11/2020 |
2.0.50 | 19,092 | 3/11/2020 |
2.0.49 | 6,117,812 | 1/9/2020 |
2.0.48 | 185,368 | 11/22/2019 |
2.0.47 | 21,377 | 10/29/2019 |
2.0.46 | 2,484 | 10/24/2019 |
2.0.45 | 457,287 | 8/9/2019 |
2.0.44 | 462,152 | 7/1/2019 |
2.0.43 | 501,538 | 6/19/2019 |
2.0.42 | 125,230 | 5/7/2019 |
2.0.41 | 93,278 | 4/25/2019 |
2.0.40 | 81,808 | 4/1/2019 |
2.0.39 | 16,168 | 3/21/2019 |
2.0.38 | 551,001 | 2/27/2019 |
2.0.36 | 194,947 | 2/4/2019 |
2.0.34 | 265,093 | 1/18/2019 |
2.0.33 | 32,650 | 1/3/2019 |
2.0.32 | 10,456 | 12/13/2018 |
2.0.31 | 3,026 | 12/12/2018 |
2.0.30 | 436,189 | 11/1/2018 |
2.0.29 | 103,567 | 10/10/2018 |
2.0.26 | 612,544 | 9/19/2018 |
2.0.25 | 3,448 | 9/13/2018 |
2.0.23 | 106,717 | 9/6/2018 |
2.0.22 | 15,253 | 8/22/2018 |
2.0.19 | 380,458 | 6/13/2018 |
2.0.11 | 222,643 | 3/29/2018 |
2.0.10 | 45,753 | 3/22/2018 |
2.0.6 | 16,469 | 3/1/2018 |
2.0.5 | 808,532 | 2/21/2018 |
2.0.4 | 553,038 | 2/1/2018 |
2.0.3 | 12,413 | 2/1/2018 |
2.0.2 | 21,463,698 | 1/17/2018 |
1.0.41 | 1,016,507 | 2/3/2016 |
1.0.40 | 31,548 | 12/7/2015 |
1.0.39 | 26,466 | 10/8/2015 |
1.0.38 | 54,887 | 8/20/2015 |
1.0.35 | 67,919 | 8/6/2015 |
1.0.32 | 14,716 | 5/27/2015 |
1.0.31 | 2,785 | 5/27/2015 |
1.0.30 | 3,003 | 5/26/2015 |
1.0.29 | 3,648 | 5/15/2015 |
1.0.28 | 3,621 | 5/5/2015 |
1.0.26 | 90,900 | 3/27/2015 |
1.0.25 | 34,444 | 1/10/2015 |
1.0.24 | 16,570 | 1/8/2015 |
1.0.23 | 283,863 | 12/12/2014 |
1.0.21 | 29,515 | 7/24/2014 |
1.0.20 | 7,898 | 7/21/2014 |
1.0.16 | 4,482 | 6/27/2014 |
1.0.15 | 139,468 | 6/7/2014 |
1.0.13 | 11,227 | 5/20/2014 |
1.0.12 | 3,479 | 5/13/2014 |
1.0.11 | 16,928 | 3/26/2014 |
1.0.10 | 3,087 | 3/25/2014 |
1.0.5 | 7,338 | 1/3/2014 |
1.0.4 | 2,979 | 1/3/2014 |
1.0.3 | 413,120 | 1/3/2014 |
1.0.2-rc | 2,714 | 12/10/2013 |
1.0.1-beta | 53,040 | 8/15/2013 |