Microsoft TraceEvent Library NuGet Package

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.




Got any Microsoft TraceEvent Library Question?





Info

Version: 3.1.9
Author(s): Microsoft
Last Update: Thursday, March 7, 2024
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/Microsoft/perfview
NuGet Url: https://www.nuget.org/packages/Microsoft.Diagnostics.Tracing.TraceEvent


Install
Install-Package Microsoft.Diagnostics.Tracing.TraceEvent
dotnet add package Microsoft.Diagnostics.Tracing.TraceEvent
paket add Microsoft.Diagnostics.Tracing.TraceEvent
Microsoft.Diagnostics.Tracing.TraceEvent Download (Unzip the "nupkg" after downloading)

.NETFramework 4.5 .NETStandard 1.6 .NETStandard 2.0 29 packages depend on this package.


Tags



STATS

must-have-score

4.8

avg-downloads-per-day

14117

days-since-last-release

47