Implement the logging method

This commit is contained in:
Fabio Bas 2014-12-13 18:43:31 +01:00
parent ba71d3a256
commit 02978ce404
3 changed files with 32 additions and 0 deletions

View file

@ -52,6 +52,8 @@ public:
bool userSessionExists(const QString &userName);
bool getRequireRegistration();
void logMessage(const int senderId, const QString &senderName, const QString &senderIp, const QString &logMessage, LogMessage_TargetType targetType, const int targetId, const QString &targetName);
};
#endif