mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Modify the logging system greatly.
This commit is contained in:
parent
bfb74d3155
commit
8559f97efb
6 changed files with 67 additions and 79 deletions
16
Conf.h
16
Conf.h
|
|
@ -48,10 +48,10 @@ public:
|
|||
std::string getURL() const;
|
||||
|
||||
// The Log section
|
||||
std::string getLogPath() const;
|
||||
std::string getLogRoot() const;
|
||||
unsigned int getLogLevel() const;
|
||||
bool getLogDisplay() const;
|
||||
unsigned int getLogDisplayLevel() const;
|
||||
unsigned int getLogFileLevel() const;
|
||||
std::string getLogFilePath() const;
|
||||
std::string getLogFileRoot() const;
|
||||
|
||||
// The Modem section
|
||||
std::string getModemPort() const;
|
||||
|
|
@ -121,10 +121,10 @@ private:
|
|||
std::string m_description;
|
||||
std::string m_url;
|
||||
|
||||
unsigned int m_logLevel;
|
||||
std::string m_logPath;
|
||||
std::string m_logRoot;
|
||||
bool m_logDisplay;
|
||||
unsigned int m_logDisplayLevel;
|
||||
unsigned int m_logFileLevel;
|
||||
std::string m_logFilePath;
|
||||
std::string m_logFileRoot;
|
||||
|
||||
std::string m_modemPort;
|
||||
bool m_modemRXInvert;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue