How do I log events in Windows IoT?
问题 WebUI for Windows IoT (as seen on Raspberry PI) features the following Event Tracing screen: How do I write into an event log from a uwp program and then later examine what's written there? This answer (which is not about Windows IoT) suggests that you need to use standard System.Diagnostics.Tracing classes for it. The sample that this answer is referring to is to demonstrate logging to a file . I'm more after logging to a built-in facility, such as ETW. Following similar logic as in the