+ implement direct and queued mode in console class
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user