mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-04-26 01:34:39 +00:00
added getter of log file path
This commit is contained in:
parent
5d020006bb
commit
0ce9053539
@ -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