Question

I'm looking for a trace viewer which will allow me to view ETL (Event Tracing for Windows) traces (created using WPP). I did found some ETL file viewers, but they don't support looking at traces at runtime.

I'm aware only of the TraceView.exe available at the DDK; but it lacks support for finding trace text, easy filtering per component or file, and changing log level at runtime.

Suggestions? Any decent .net tool written to support .net usage of ETW?

Was it helpful?

Solution

Have a look at log2console. It can catch filter and display many different trace sources (file, tcp/ip, trace, ...)

OTHER TIPS

You can take a look to this tools set. It allow to receive traces from ETW sessions, redirect them over network and it is more stable than ETViewer.

After accepting the answer above as correct I find a better solution: ETViewer from codeplex. It is tailored to be used with WPP, extensible and easy-to-use.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top