Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hashiao/wuwaBackendTool
/ setLogLevel
Method
setLogLevel
commonTools/debugmessagehandler.h:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void setLogLevel(QtMsgType type) {
39
QMutexLocker locker(&mutex);
40
logLevel = type;
41
}
42
/*
43
static void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg) {
44
Q_UNUSED(context);
Callers
1
MainWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected