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

Fixed Issue #56: Convert all null strings to an empty string. #57

Closed mjeanrichard closed 3 years ago

mjeanrichard commented 8 years ago

This PR fixes Issue #56

gsteinbacher commented 8 years ago

How can I download the version with this change? I am currently having this problem and I am not able to locate which log is causing the problem because it is only happening in production. It would be nice to get this fix downloaded. Thanks.

mjeanrichard commented 8 years ago

@gsteinbacher You can download the branch from my for where I fixed it: https://github.com/mjeanrichard/EventSourceProxy/tree/preventNullString But you'll have to build it yourself.

mjeanrichard commented 6 years ago

@jonwagner : Are you still maintaining this Repository?