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
The perfect solution for this is to use log4net with a console appender and a file appender. There are many other appenders available as well. It also allows you to turn the different appenders off and on at runtime.