![]() |
VOOZH | about |
Requires NuGet 2.5 or higher.
dotnet add package Microsoft.Diagnostics.Tracing.TraceEvent --version 3.2.4
NuGet\Install-Package Microsoft.Diagnostics.Tracing.TraceEvent -Version 3.2.4
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.2.4" />
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.2.4" />Directory.Packages.props
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" />Project file
paket add Microsoft.Diagnostics.Tracing.TraceEvent --version 3.2.4
#r "nuget: Microsoft.Diagnostics.Tracing.TraceEvent, 3.2.4"
#:package Microsoft.Diagnostics.Tracing.TraceEvent@3.2.4
#addin nuget:?package=Microsoft.Diagnostics.Tracing.TraceEvent&version=3.2.4Install as a Cake Addin
#tool nuget:?package=Microsoft.Diagnostics.Tracing.TraceEvent&version=3.2.4Install as a Cake Tool
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 .NET 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.
See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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) |
|
|
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/ |
|
|
Microsoft.ApplicationInsights.EtwCollector
Application Insights EtwCollector allows sending data from Event Tracing for Windows (ETW) to Application Insights. Application Insights will collect your logs from multiple sources and provide rich powerful search capabilities. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156. |
Showing the top 20 popular GitHub repositories that depend on Microsoft.Diagnostics.Tracing.TraceEvent:
| Repository | Stars |
|---|---|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
|
netchx/netch
A simple proxy client
|
|
|
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
|
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
|
Facepunch/sbox-public
s&box is a modern game engine, built on Valve's Source 2 and the latest .NET technology, it provides a modern intuitive editor for creating games
|
|
|
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
|
|
|
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
|
|
|
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.
|
|
|
Azure/DotNetty
DotNetty project – a port of netty, event-driven asynchronous network application framework
|
|
|
ravendb/ravendb
ACID Document Database
|
|
|
bombomby/optick
C++ Profiler For Games
|
|
|
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
|
|
|
openbullet/OpenBullet2
OpenBullet reinvented
|
|
|
oleg-shilo/cs-script
C# scripting platform
|
|
|
FufuLauncher/FufuLauncher
A third-party launcher for Genshin Impact that supports game injection, automatic check-in, and some useful small features.
|
|
|
matterpreter/OffensiveCSharp
Collection of Offensive C# Tooling
|
|
|
dotnet/corefxlab
This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
|
|
|
msasanmh/DNSveil
A DNS Client Supporting DNSCrypt, Anonymized DNSCrypt, DoH, DoT, UDP And TCP.
|
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
|
xoofx/ultra
An advanced profiler for .NET Applications on Windows
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.2.4 | 1,030 | 6/16/2026 |
| 3.2.3 | 44,980 | 5/19/2026 |
| 3.2.2 | 102,197 | 4/9/2026 |
| 3.2.1 | 5,248 | 4/6/2026 |
| 3.2.0 | 12,358 | 3/31/2026 |
| 3.1.30 | 180,970 | 2/20/2026 |
| 3.1.29 | 45,488 | 1/28/2026 |
| 3.1.28 | 585,980 | 10/30/2025 |
| 3.1.26 | 57,115 | 10/10/2025 |
| 3.1.24 | 123,698 | 8/27/2025 |
| 3.1.23 | 218,146 | 7/11/2025 |
| 3.1.22 | 174,716 | 6/5/2025 |
| 3.1.21 | 8,492,609 | 5/2/2025 |
| 3.1.20 | 552,865 | 4/1/2025 |
| 3.1.19 | 144,148 | 1/31/2025 |
| 3.1.18 | 231,916 | 12/12/2024 |
| 3.1.17 | 132,165 | 11/9/2024 |
| 3.1.16 | 140,515 | 10/15/2024 |
| 3.1.15 | 88,599 | 8/27/2024 |
| 3.1.14 | 2,946 | 8/26/2024 |