feat: add logs

This commit is contained in:
semenov
2025-08-12 14:59:43 +03:00
parent c80bab5a66
commit 07e082e967
13 changed files with 494 additions and 612 deletions

View File

@@ -61,6 +61,7 @@ void Logger::handleLog(QString msg, LogLevel logLevel)
case WARNING: level = "WARNING"; break;
case ERROR: level = "ERROR"; break;
case CRITICAL: level = "CRITICAL"; break;
case DEBUG: level = "DEBUG"; break;
}
QString timeStamp = QDateTime::currentDateTime().toString("hh:mm:ss");