Changing RotateLogs to TimestampLogs

This commit is contained in:
Jacob Schramm
2020-10-29 22:42:25 +01:00
parent 53ae146667
commit 7a5bbda248
6 changed files with 15 additions and 15 deletions

4
Conf.h
View File

@@ -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;