Basic logging implemented
Implemented scuffed logging settings page Add helper function to PathManager to create an arbitrary folder
This commit is contained in:
@@ -17,6 +17,14 @@ public:
|
||||
QString settingsFolderPath;
|
||||
QString customFolderPath;
|
||||
QString cacheFolderPath;
|
||||
|
||||
// Logs
|
||||
QString logsFolderPath;
|
||||
QString channelsLogsFolderPath;
|
||||
QString whispersLogsFolderPath;
|
||||
QString mentionsLogsFolderPath;
|
||||
|
||||
bool createFolder(const QString &folderPath);
|
||||
};
|
||||
|
||||
} // namespace singletons
|
||||
|
||||
Reference in New Issue
Block a user