I'm using SLAB out-of-process to log ETW events in my applications.
Today I have a problem within WCF services hosted Under WcfTestClient.exe
When I put breakpoint into WriteEvent methods of my EventSource inherited class, IsEnabled() return false !!! So no event is written to my console log out-of-process :(
When starting my ConsoleEventSink, I can see my eventSource registered with a LogAlways level and None for MatchAnyKeyword property
Any idea to check what is wrong for this problem ?
Thanks in advance