mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-13 06:50:19 +08:00
Added printThreadId option in ULogger
This commit is contained in:
@@ -2418,6 +2418,7 @@ void MainWindow::applyPrefSettings(PreferencesDialog::PANEL_FLAGS flags)
|
||||
ULogger::setType((ULogger::Type)_preferencesDialog->getGeneralLoggerType(),
|
||||
(_preferencesDialog->getWorkingDirectory()+QDir::separator()+LOG_FILE_NAME).toStdString(), true);
|
||||
ULogger::setPrintTime(_preferencesDialog->getGeneralLoggerPrintTime());
|
||||
ULogger::setPrintThreadId(_preferencesDialog->getGeneralLoggerPrintThreadId());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user