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 Channels (.net 4.6) #47

Closed mjeanrichard closed 3 years ago

mjeanrichard commented 8 years ago

System.Diagnostics.Tracing in .net Framework 4.6 now supports Channels (EventAttribute.Channel). Is this supported with the current EventSourceProxy? If not, will there be a version that supports this?

jonwagner commented 3 years ago

Version 4.0.0 is build against net46 / netstandard2.0 and should support channels.