Add helper function for logging messages.

This commit is contained in:
sledgehammer999
2017-04-25 03:38:37 +03:00
parent 51cf6bd2a5
commit fd7e69e1e0
3 changed files with 29 additions and 21 deletions

View File

@@ -71,4 +71,7 @@ private:
int peerCounter;
};
// Helper function
void LogMsg(const QString &message, const Log::MsgType &type = Log::NORMAL);
#endif // LOGGER_H