Where does console.writeline output in a webservice go to?
.net
Solution
Nowhere, unless you call `Console.SetOut` and tell it where to go.
Problem
Where does console.writeline output in a webservice go to?
.net
Nowhere, unless you call `Console.SetOut` and tell it where to go.
Where does console.writeline output in a webservice go to?