IA
Size: a a a
AS
S
AS
S
S
AS
Default Category Configuration
Both the QLoggingCategory constructor and the Q_LOGGING_CATEGORY() macro accept an optional QtMsgType argument, which disables all message types with a lower severity. That is, a category declared with
Q_LOGGING_CATEGORY(driverUsbEvents, "driver.usb.events", QtWarningMsg)
M
QLoggingCategory::defaultCategory()->setEnabled(QtMsgType::QtDebugMsg, false);
RG
AS
QLoggingCategory::defaultCategory()->setEnabled(QtMsgType::QtDebugMsg, false);
AS
QtDebugMsg, QtWarningMsg, QtCriticalMsg, QtInfoMsg
S
M
S
S
AS
S
S
M
"%{if-fatal}"
"\n\t\t\t"
"%{backtrace depth=25 separator=\"\n\t\t\t\"}"
"%{endif}"