1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Main window: implement the logging options dialog. Use it only for log level

This commit is contained in:
f4exb
2017-11-11 19:26:23 +01:00
parent d110a3749d
commit 82083c353e
11 changed files with 419 additions and 1 deletions
+7
View File
@@ -92,6 +92,13 @@ public:
*/
void installMsgHandler();
/**
* Sets the minimum message level on the fly
*/
void setMinMessageLevel(const QtMsgType& minMsgLevel) {
minLevel = minMsgLevel;
}
/**
Sets a thread-local variable that may be used to decorate log messages.
This method is thread safe.