mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-04-26 01:34:39 +00:00
Merge pull request #52 from QuasarApp/loggerPath
added getter of log file path
This commit is contained in:
commit
4eb85b8cbb
@ -107,4 +107,8 @@ void QALogger::init() {
|
||||
|
||||
}
|
||||
|
||||
QString QALogger::getLogFilePath() {
|
||||
return *_logFile;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -55,6 +55,12 @@ public:
|
||||
*/
|
||||
void init();
|
||||
|
||||
/**
|
||||
* @brief setVerboseLevel This method set verbose level of the logger.
|
||||
* @param lvl This is new verbose level.
|
||||
*/
|
||||
static QString getLogFilePath();
|
||||
|
||||
};
|
||||
}
|
||||
#endif // QALOGGER_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user