forked from qt-creator/qt-creator
Core: Add LoggingView support
Add a way to inspect QC internal loggings. This is basically useful for inspecting issues while running QC and facing them without the need to restart and set appropriate logging rules. Change-Id: Ic647ba1abfb2611c4e4e99a375413d399c71886d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -98,6 +98,7 @@ const char PRINT[] = "QtCreator.Print";
|
||||
const char EXIT[] = "QtCreator.Exit";
|
||||
|
||||
const char OPTIONS[] = "QtCreator.Options";
|
||||
const char LOGGER[] = "QtCreator.Logger";
|
||||
const char TOGGLE_LEFT_SIDEBAR[] = "QtCreator.ToggleLeftSidebar";
|
||||
const char TOGGLE_RIGHT_SIDEBAR[] = "QtCreator.ToggleRightSidebar";
|
||||
const char CYCLE_MODE_SELECTOR_STYLE[] =
|
||||
|
||||
Reference in New Issue
Block a user