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

No LocalizationResources on the EventSourceImplementationAttribute #12

Closed ailn closed 10 years ago

ailn commented 10 years ago

The EventSourceAttribute has a property called 'LocalizationResources'. Do you plan to add one in EventSourceImplementationAttribute ?

jonwagner commented 10 years ago

I didn't even know that was there. It will be in the next build (probably next week), but if you need it sooner you can pull down the code.

ailn commented 10 years ago

Thank you Jon! Next week is awesome!

jonwagner commented 10 years ago

It's live now.

ailn commented 10 years ago

Hi Jon! Do you plan to update nuget package with the change?

jonwagner commented 10 years ago

Whoops. I thought I pushed it, but I must have missed it. It's in 2.0.1 now. I double checked. :)

ailn commented 10 years ago

Thank you Jon!