So I was wondering, when running a regular winforms application, where does the Console.WriteLine()
method write to?
I know that during debug it'll happily spit out all text in the debug output, but where does everything go when I'm no longer debugging and using the program like an end-user would? Does it go into some kind of cache? The depths of RAM? On vacation to Latvia?
And if it writes to something that's accessible during runtime, can we somehow show it to the user or write everything down to a textfile or something?