network logging

About this tag
Network logging on Windows involves capturing diagnostic data from Event Tracing for Windows (ETW) providers to troubleshoot system and application issues. The Windows Device Portal offers an ETW Logging tool that provides a live view of ETW events, including those from UWP apps using the LoggingChannel API. This approach extends beyond traditional Event Viewer logs, enabling developers and IT pros to access real-time debug logs from Windows devices via a browser. Topics covered include setting up ETW providers, viewing logs, and integrating logging into UWP applications for effective network and system diagnostics.
  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