Event Tracing for Windows (ETW) is a fast, scalable logging mechanism built into the Windows operating system.
I'm instrumenting my .NET 4.5 applications to emit ETW events using the EventSource class. The goal is to be able to …
.net logging etw etw-eventsource