c# - Please indicate how to use the EventListener class in .Net 4.6 -


i have tried use system.diagnostics.trace.eventlistener in windows store app abstract class. there not seem classes descend call constructor upon. how class used. please aware not talking event handler. every other log post on site has asked eventlistener have been answered information event handler. please answer question asked.

eventlistener not intended used directly, rather subclasses by you.

its needed, goal of etw apis typically publish events, works via eventsource. need create eventlistener if want reroute events different source.

for details including full sample code of how accomplish this, see logging sample windows store apps on msdn samples.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -