ConsoleMenu
ConsoleMenu copied to clipboard
console output
I'm starting using this, and i have an application tha display a lot of messages. In the example the action is Console.WriteLine but I never see on console, Where its display?
This menu calls Console.Clear() by default when the menu is refreshed. You can disable it by setting config.ClearConsole to false.
@charga did my answer solve your problem?