Index: sources/storage/logger.cpp =================================================================== diff -u -r30f83b2813e68ae3c2806399bf808b642c215b67 -r3453d86e870b126f49f9582321dbf58928c4f396 --- sources/storage/logger.cpp (.../logger.cpp) (revision 30f83b2813e68ae3c2806399bf808b642c215b67) +++ sources/storage/logger.cpp (.../logger.cpp) (revision 3453d86e870b126f49f9582321dbf58928c4f396) @@ -246,11 +246,11 @@ } mContent += vContent; - QString logPathName = _logPathNames[vLogType]; if (logPathName.isEmpty()) logPathName = _logPathNames[LogType::eLogError]; _logFileName = logPathName + fileName; + FileHandler::write(_logFileName, mContent + "\r\n", true); if (vLogType == LogType::eLogError) { #ifdef QT_DEBUG