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

Support for windows event log #15

Closed seemantr closed 10 years ago

seemantr commented 10 years ago

Microsoft has recently added support for Event log through Admin Event channel. This is available as a separate nuget package. More information can be accessed from the following link: http://blogs.msdn.com/b/dotnet/archive/2013/12/04/microsoft-diagnostics-tracing-eventsource-is-now-rc-on-nuget-org.aspx

Any chance we could have this feature in EventSourceProxy?

jonwagner commented 10 years ago

It looks like we would just need to support a new library and some attributes. I'll put it on the list.

seemantr commented 10 years ago

@jonwagner Thanks for the response.

jonwagner commented 10 years ago

Unfortunately, the Microsoft.Diagnostics.Tracing NuGet package totally reimplements all of the classes, and isn't drop-in compatible with the original classes.

I'll have to find a way to compile the code against the new library without having to maintain two sets of code.

jonwagner commented 10 years ago

There are now two versions of ESP:

I haven't tried it, but you should be able to use both of them in the same project (sort of).

This is in v2.1.0, up on nuget.