mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-24 07:15:38 +08:00
Add optional log file rotation and UDP error handling.
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user