Question regarding the Diagnostic Events window (not the Diagnostic Tools window).
When running a service fabric project, the diagnostics event viewer appears. I want to be able to add my own provider to this list rather than copy-paste the provider name of my service every time I hit f5.
For some reason while this is supposed to happen automatically, this window is not picking up my provider (I think because my solution / project folders are not based off a classic "sln is in the root directory" organization - a hint about that is in the last post in this SO article: "not logging to etw" ).
2 questions:
- how to set the list of providers automatically or through a config?
- Is there any documentation on this diagnostic events tool?
I have searched and not found any docs on the Diagnostic Events tool. I am wondering if this is a service fabric extension tool and not a Visual Studio tool...
Thank you. Mark