I am following the sample provided here to use the custom event source. However, after I run the sample, there is no event message found in the event viewer like figure below:
Did you have any idea?
I am following the sample provided here to use the custom event source. However, after I run the sample, there is no event message found in the event viewer like figure below:
Did you have any idea?
You need to capture the Events with a tool:
xperf
: "C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\xperf.exe" -start UserLogger -on GUID -f User.etl && timeout -1 && "C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\xperf.exe" -stop UserLogger
What you want is to write to Eventlog, so you have to set the Event Channel
attribute