mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 13:33:13 -07:00
Add Verbose Logging Setting
This commit is contained in:
parent
8d8b756df4
commit
862c11bc8f
10 changed files with 93 additions and 23 deletions
|
@ -21,6 +21,7 @@
|
|||
#include <chiaki/log.h>
|
||||
|
||||
#include <QString>
|
||||
#include <QDir>
|
||||
#include <QMutex>
|
||||
|
||||
class QFile;
|
||||
|
@ -45,6 +46,7 @@ class SessionLog
|
|||
ChiakiLog *GetChiakiLog() { return &log; }
|
||||
};
|
||||
|
||||
QString GetLogBaseDir();
|
||||
QString CreateLogFilename();
|
||||
|
||||
#endif //CHIAKI_SESSIONLOG_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue