LoggingSession/LoggingChannel (Windows.Foundation.Diagnostics)

604 views Asked by At

I use the Microsoft Logging Sample to generate an ETL file. This API is great for logging... except that i can't figure a way to read these logs !

Using WPA, ETViewer... I can see the events but not the log messages.

Maybe I have to load some PDB file for WPA or ETViewer. But the first one just doesn't let me do it, and the second just said that "no provider is found in the PDB file."

Did anyone have success reading the ETL files generated by this sample/API(Windows.Foundation.Diagnostics) with any trace viewer (real time or not) ?

1

There are 1 answers

4
joe_coolish On

I use PerfView

Browse to your ETL file, expand it, then double click on the Events item inside.

PerfView