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 wh
[email protected] is safe to use (health: 81/100)
Get this data programmatically — free, no authentication.
curl https://depscope.dev/api/check/nuget/Microsoft.Diagnostics.Tracing.TraceEventLast updated · 2026-04-09T23:17:46.333+00:00