mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Issue #77 Break dependency of CFileLogger on CLogHandler
This commit is contained in:
@@ -47,9 +47,9 @@ namespace BlackMisc
|
||||
//! Get the log file path (including its name)
|
||||
static QString getLogFilePath();
|
||||
|
||||
private slots:
|
||||
public slots:
|
||||
//! Write single status message to file
|
||||
void ps_writeStatusMessageToFile(const BlackMisc::CStatusMessage &statusMessage);
|
||||
void writeStatusMessageToFile(const BlackMisc::CStatusMessage &statusMessage);
|
||||
|
||||
private:
|
||||
void removeOldLogFiles();
|
||||
|
||||
Reference in New Issue
Block a user