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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user