mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Changing RotateLogs to TimestampLogs
This commit is contained in:
4
Conf.h
4
Conf.h
@@ -54,7 +54,7 @@ public:
|
||||
unsigned int getLogFileLevel() const;
|
||||
std::string getLogFilePath() const;
|
||||
std::string getLogFileRoot() const;
|
||||
unsigned int getLogRotateLogs() const;
|
||||
unsigned int getLogTimestampLogs() const;
|
||||
|
||||
// The CW ID section
|
||||
bool getCWIdEnabled() const;
|
||||
@@ -338,7 +338,7 @@ private:
|
||||
unsigned int m_logFileLevel;
|
||||
std::string m_logFilePath;
|
||||
std::string m_logFileRoot;
|
||||
unsigned int m_logRotateLogs;
|
||||
unsigned int m_logTimestampLogs;
|
||||
|
||||
bool m_cwIdEnabled;
|
||||
unsigned int m_cwIdTime;
|
||||
|
||||
Reference in New Issue
Block a user