jonwagner / EventSourceProxy

EventSourceProxy (ESP) is the easiest way to add scalable Event Tracing for Windows (ETW) logging to your .NET program
Other
97 stars 20 forks source link

What is the future of EventSource? #58

Closed gsteinbacher closed 3 years ago

gsteinbacher commented 8 years ago

I am a huge fan of EventSource (and EventSourceProxy by proxy :)) but I have noticed that due to the Dependency Injection pattern in ASP.Net Core the EventSource does not easily fit into this paradigm. We will be doing a majority of our future development in ASP.Net Core.

Do you know what the future of EventSource is? Do you think Microsoft will continue to support this as a first class citizen or should I start looking to use another logger?

bdongus commented 7 years ago

Maybe this helps: ETW in vNext

jonwagner commented 3 years ago

It looks like EventSource is fully supported in .NET standard 2.0 and future versions.

I was able to update ESP to work with it. Follow the updates in #59 !