So I have tried:
Trace.TraceInformation("Trace.Information Found message on queue");
Debug.WriteLine("Debug Found message on queue");
Trace.WriteLine("Trace.WriteLine Found message on queue");
Console.WriteLine("Console.WriteLine Found message on queue");
But neither of them outputs to the Azure portal Web Jobs output log.
What am I missing?