M
Size: a a a
M
IM
IM
M
IM
Т8
M
const QString msg = qFormatLogMessage(type, context, message);
qFormatLogMessage
и context
. Его нельзя вызывать в другом потоке, можно в том потоке, где был вызван qDebug и тому подобное.QLoggingCategory::defaultCategory()->setEnabled(QtMsgType type, bool enable);
Т8
const QString msg = qFormatLogMessage(type, context, message);
qFormatLogMessage
и context
. Его нельзя вызывать в другом потоке, можно в том потоке, где был вызван qDebug и тому подобное.QLoggingCategory::defaultCategory()->setEnabled(QtMsgType type, bool enable);
AS
M
AS
E
SM
VS
RG
SM
МВ