feat: Add system log.
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
#include "event/EventCenter.h"
|
||||
QString fileNameToDate(QString fileName)
|
||||
{
|
||||
return fileName.split("log/")[1].replace("-op.log", "");
|
||||
return fileName.split("log/UserOperationLog/")[1].replace("-op.log", "");
|
||||
}
|
||||
QString dateToFileName(QString date)
|
||||
{
|
||||
return QString("./log/") + date + QString("-op.log");
|
||||
return QString("./log/UserOperationLog/") + date + QString("-op.log");
|
||||
}
|
||||
|
||||
UserOperationLogForm::UserOperationLogForm(QWidget* parent) {
|
||||
|
||||
Reference in New Issue
Block a user