EventLog is really designed for logging. ETW, on the other hand, allows you to trace your application's progress in the context of the system as a whole.
Event Tracing for Windows (ETW) is a telemetry mechanism commonly used for debugging and security logging. Logging is leveraged by user-mode and kernel-mode ...