I\'m using MvvmCross. In the library I see usage of Mvx.Trace method, but no output to the console/output window. How to use it?
p.s. I have set the compiler consta
Just hitting an issue on iOS with the current solution provided by Stuart.
Running a debug session in VS with the MvxTrace using Debug.WriteLine can be extremely slow depending on how verbose is your app logging. Same for Trace.WriteLinte.
Use Console.WriteLine instead (as MvvmCross MvxDebugTrace does) which is not impacted.
See this Xamarin bug item for "more" details: https://bugzilla.xamarin.com/show_bug.cgi?id=13538#c4