A console logging tool for Windows 10 UWP applications
Posted: (EET/GMT+2)
Windows 10 UWP (those "store apps") are restricted to what they can do. For instance, opening a console window for debugging purposes is out of the question, at least directly.
However, I found today an interesting debugging tool that allows you to do just that: a console logging tool for UWP applications.
This tool registers a protocol handler on the system, and then you can send information to this application from your own store app.