Skip to content

Ability to display events from remote devices #1

@galli-leo

Description

@galli-leo

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions