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

EventSourceImplementationAttribute should not be sealed #45

Closed oocx closed 3 years ago

oocx commented 8 years ago

I'm currently working on some base logging classes and guidelines for about 25 developers. We are considering to use ETW based logging with EventSourceProxy. We try to reduce the complexity and the many choices that ETW offers by providing base classes that our developers can use.

It would be nice if we could create our own attribute that inherits from EventSourceImplementationAttribute. This would allow us to set some defaults or hide some of the settings that are available on that attribute (if they see all the properties that EventSourceImplementationAttribute offers, I would need to explain how to use them and which of these properties need to be specified).

jonwagner commented 3 years ago

Unsealed in 4.0.0.