aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgme_debug.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qt: Add separate logging category for result of config loadingIngo Klöcker2021-06-021-2/+2
| | | | | | | | | | | | | | * lang/qt/src/qgpgme_debug.h: Make include guard match file name. * lang/qt/src/qgpgme_debug.h, lang/qt/src/qgpgme_debug.cpp (QGPGME_CONFIG_LOADING_LOG): New. * lang/qt/src/qgpgmenewcryptoconfig.cpp (QGpgMENewCryptoConfig::reloadConfiguration): Use new logging category. -- Use a separate logging category for the extremely noisy logging of the result of config loading to make debug logging more useful. GnuPG-bug-id: 5217
* qt: Change logging categoryaheinecke/json-testAndre Heinecke2020-02-191-0/+14
* lang/qt/src/*: Change logging category to macro to QGPGME_LOG. -- The old logging category macro had a typo and this way we are more consistent with other logging rules. For example you could write gpg.* in the logging conf.