+ implement direct and queued mode in console class

This commit is contained in:
wmayer
2018-07-25 17:25:32 +02:00
parent b13f1562a3
commit b298e63bcc
3 changed files with 119 additions and 19 deletions

View File

@@ -1426,7 +1426,7 @@ void Application::initConfig(int argc, char ** argv)
_pConsoleObserverStd = new ConsoleObserverStd();
Console().AttachObserver(_pConsoleObserverStd);
if (mConfig["Verbose"] == "Strict")
Console().SetMode(ConsoleSingleton::Verbose);
Console().UnsetConsoleMode(ConsoleSingleton::Verbose);
// file logging Init ===========================================================
if (mConfig["LoggingFile"] == "1") {