I have a gui application.
I start it from a console (windows cmd).
Is there way to write something to console from the application?
I tried Console.WriteLine()
and Debug.WriteLine()
, but it doesn't work: I see that messages in Output window in VisualStudio, but not in cmd / PowerShell
.