aboutsummaryrefslogtreecommitdiff
path: root/events/roomaliasesevent.cpp
AgeCommit message (Collapse)Author
2017-04-30Port to categorized loggingElvis Angelaccio
This greatly reduces the noise made by quaternion. To enable full logging, export the following variable: QT_LOGGING_RULES="libqmatrixclient.*.debug=true"
2016-11-01Removed unused #includesKitsune Ral
2016-05-27Enhance loggingKitsune Ral
1. Introduce QDebug manipulators and formatJson manipulator in particular - this allows to accommodate some changes in Qt's debug printing behaviour between versions. 2. Show JSON for some questionable objects (UnknownEvents, events with no event_id etc.) 3. Log the list of typing users and the user id when getting an avatar.
2016-04-11Use a more telling log line than !!!!Kitsune Ral
2016-04-05Imported the current source tree from Quaternion/lib.Kitsune Ral