Hi I am developing a Hololens application and using the UWP APIs to log messages to EWT:
_channel = new LoggingChannel(name, null, new Guid("4bd2826e-54a1-4ba9-bf63-92b73ea1ac4a"));
_channel.LogMessage(msg, level);
This works great when I run this locally on my machine. However, as soon as I run it on an actual device, the logs do not appear in your extension.
Is it possible to capture EWT events from remote devices with your extension? If not, could you add that as a feature?