Flush log.

This commit is contained in:
Martin Rotter 2017-11-10 10:09:02 +01:00
parent a93c14ddc5
commit eb777b9670

View file

@ -62,6 +62,8 @@ void Debugging::performLog(const char* message, QtMsgType type, const char* file
.arg(APP_LOW_NAME, message, mbstr, type_string,
file, QString::number(line), function).toUtf8());
}
instance()->targetFileHandle()->flush();
}
if (type == QtFatalMsg) {