loggingchannel

About this tag
The loggingchannel tag covers the LoggingChannel API in WinRT, which enables developers to add Event Tracing for Windows (ETW) tracing to Universal Windows Platform (UWP) apps. On Windows desktops, ETW events are traditionally viewed in Event Viewer, but with Windows Device Portal's ETW Logging tool, developers can view live debug logs from any ETW provider directly in a browser. This tag focuses on using LoggingChannel to output diagnostic logs and integrating with the ETW viewer for real-time debugging on Windows devices.
  1. News

    Using Device Portal to view debug logs for UWP

    On Windows desktops, if something went wrong, your first instinct for years may have been to open up the Event Viewer and see if anything red or yellow shows up. Those alerts are saved ETW events, emitted by the system when errors occurred. On other Windows devices though, it’s been a bit harder...
Back
Top