System.Diagnostics.Trace, System.Diagnostics.EventLog, and System.Console all seem to be unavailable. Does WinRT include a logging library?
System.Diagnostics.Trace , System.Diagnostics.EventLog , and System.Console all seem to be unavailable. Does WinRT include
Share
The only thing I was able to find (System.Diagnostics.Debug.WriteLine()):
It writes to the debug output of the Visual Studio’s output window.