feat: Make log writing in other thread.
This commit is contained in:
@@ -33,7 +33,7 @@ LogManager::~LogManager()
|
||||
|
||||
void LogManager::writeSystemOperationLog(const QString& aMessage)
|
||||
{
|
||||
emit doWriteSystemOperationLog(aMessage);
|
||||
emit doWriteSystemOperationLog(aMessage, QDateTime::currentDateTime());
|
||||
}
|
||||
|
||||
void LogManager::writeUserOperationLog(const QString& aMessage)
|
||||
|
||||
Reference in New Issue
Block a user