I need advice on how to have my C# console application display text to the user through the standard output while still being able access it later on. The actual feature I w
Probably not what you want, but just in case... Apparently, PowerShell implements a version of the venerable tee command. Which is pretty much intended for exactly this purpose. So... smoke 'em if you got 'em.