Probably a n00b question: what is the equivalent of Console.WriteLine in Xamarin.Forms (in the shared code)? I see no reason why Console.WriteLine is disabled in the shared code as iOS, Android, and presumably WP can call Console.WriteLine.
Use case: I want to print some stuff in Application Output.