Added --log-file command line parameter

This commit is contained in:
SChernykh
2025-11-20 16:42:34 +01:00
parent b81a582154
commit 8151a5a537
6 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ public:
std::setlocale(LC_ALL, "en_001");
m_logFilePath = DATA_DIR + log_file_name;
m_logFilePath = LOG_FILE_PATH.empty() ? (DATA_DIR + log_file_name) : LOG_FILE_PATH;
m_buf.resize(BUF_SIZE);