You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
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.
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...
api
debugging
deployment
device portal
diagnostics
etw
event viewer
guid
hololens
iot
logging
logging levels
loggingchannel
microsoft
network logging
rest api
uwp
windows 10
windows apps
xbox