It seems that Debug.WriteLine does not work in Visual Studio 2017 Community Edition, as discussed in the following link: Console.WriteLine does not output to Output Window in VS 2017.
Can anyone suggest an alternative for a Xamarin Forms PCL? When I look at the Debug object from the PCL I only see methods for WriteLine, so I am struggling to see how to attach to a different Listener.
When I look at the the Xamarin documentation for the System.Diagnostics namespace it lists lots of methods and classes that I don't seem to have access to from within my PCL. For example, the 'TraceListener' class is missing. Is that correct behaviour?