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

Added ThrowOnEventWriteErrors to the EventSourceImplementationAttribute to enable exception bubbling for EventListener #30

Closed Mike-E-angelo closed 9 years ago

Mike-E-angelo commented 9 years ago

See: http://stackoverflow.com/questions/17246261/risk-of-missing-events-from-etw-logging-with-eventsource

I added 3 unit tests to verify behavior. One is currently ignored as it is dependent on creating a Data Collector Set on the running machine to actually work.

jonwagner commented 9 years ago

This has been merged in (finally)

Mike-E-angelo commented 9 years ago

Hey... good to hear. :) Thank you for using my contribution!