I found lots of samples how to redirect console output into a file. However I need an opposite solution – I have StreamWriter which I want to be shown in the Console output once I do sw.WriteLine("text");
I found lots of samples how to redirect console output into a file. However
Share
Just point the stream to standard output: