ConsoleLogOutput |
Log and other console output management
The main class, that controls the Console output (at imbSCI level) is aceLogToConsoleControl). The main instance of this class is located at screenOutputControl static class.
In future, functions of console application input / user prompts, will be abstracted in purpose of multi-platform use of the same imbACE Console source. Currently, imbACE.Services' TerminalInput methods are diretly calling Console.WriteLine() method.