Add optional log file rotation and UDP error handling.

This commit is contained in:
Jonathan Naylor
2020-10-31 22:45:54 +00:00
parent be6364def2
commit 023b5d48e0
8 changed files with 63 additions and 7 deletions

2
Conf.h
View File

@@ -93,6 +93,7 @@ public:
unsigned int getLogFileLevel() const;
std::string getLogFilePath() const;
std::string getLogFileRoot() const;
bool getLogFileRotate() const;
// The Voice section
bool getVoiceEnabled() const;
@@ -260,6 +261,7 @@ private:
unsigned int m_logFileLevel;
std::string m_logFilePath;
std::string m_logFileRoot;
bool m_logFileRotate;
float m_infoLatitude;
float m_infoLongitude;