mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Changing RotateLogs to TimestampLogs
This commit is contained in:
parent
53ae146667
commit
7a5bbda248
6 changed files with 15 additions and 15 deletions
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue