microsoft / krabsetw

KrabsETW provides a modern C++ wrapper and a .NET wrapper around the low-level ETW trace consumption functions.
Other
581 stars 149 forks source link

Parsing .NET EventSource #211

Open bobsira opened 1 year ago

bobsira commented 1 year ago

Can I use this library to parse ETW events generated by with .NET System.Diagnostics.Tracing.EventSource class?

I'm currently having a blocker on how to pass ETW EventSource in our logging tool which is written in C++.

swannman commented 1 year ago

Hi @bobsira, krabsetw should be able to subscribe to EventSource providers from both C# and C++: