问题 I want to send some diagnostic output to the default report.txt file. In some posts it is shown that exceptions are logged to this report.txt file somehow (automatically or not?). Also, I see in some samples that people do the logging with System.Console.WriteLine() , I've tried this, but still can't see it in the report file. Could you tell me, how to achieve this? I understand there is an option to create another log file and send it back with the result, but I think it would be easier to