summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/imap/imaplog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a specific logging category for IMAP stateDamien Caliste2025-07-111-0/+1
| | | | | | | | | | | | | Previously to 8e1451a8, the change of state in IMAP protocol was log with MessagingState category which was disabled. Create here a specific new category to avoid having the state changes printed out with the normal IMAP logging by default. It's now possible to get the state logging by using QT_LOGGING_RULES environment variable without recompiling. Change-Id: I7bfee95bd8dd483b2716e60b2866e778861c61ef Reviewed-by: Pekka Vuorela <[email protected]>
* Rewrite logging with QLoggingCategoryDamien Caliste2025-06-131-0/+36
Replace the custom logging mechanism with QLoggingCategory. Also declare the warnings with the proper category. Change-Id: If87d53d27ea0c65abd434af9f99fe49ce634d6dd Reviewed-by: Pekka Vuorela <[email protected]>