Since a few years now we also output Qt messages to the console by using qInstallMessageHandler() in mitk::BaseApplication. The issue is that Qt error and warning outputs that happen during normal operation like the infamous OpenGL context warning at application start irritate our users and they tried to connect other issues with those outputs multiple times. I'd like to make the output optional by introducing a command-line argument /Qt.logMessages resp. --Qt.logMessages.
Description
Description
Revisions and Commits
Revisions and Commits
rMITK MITK | |||
Restricted Differential Revision | rMITK8aeabe996f16 Make Qt log messages optional | ||
Restricted Differential Revision | rMITK46eee069a4bf Merge branch 'feature/T28155-MakeQtLogMessagesOptional' into develop |
Related Objects
Related Objects
- Mentioned In
- T28197: 2021 Week 04 (Very Late January)