ETW, .NET 4.5 - how to write to the event log?

后端 未结 6 1451
你的背包
你的背包 2021-02-05 04:38

I am trying to wrap my head around ETW and how to integrate t into a high Performance application.

We all know the old dreaded EventLog with it\'s non structured (and th

6条回答
  •  情书的邮戳
    2021-02-05 05:39

    There is a small introduction tutorial:

    http://blogs.msdn.com/b/vancem/archive/2012/08/13/windows-high-speed-logging-etw-in-c-net-using-system-diagnostics-tracing-eventsource.aspx

    http://blogs.msdn.com/b/vancem/archive/2012/07/09/logging-your-own-etw-events-in-c-system-diagnostics-tracing-eventsource.aspx

    I haven't tried them because I'm currently working with .NET 4 but maybe these links help you...

提交回复
热议问题