summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qloggingcategory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clarify that QLoggingCategory works independent of compiler build typeKai Köhne2021-05-271-1/+8
* Unify QLoggingCategory's two constructorsEdward Welbourne2020-07-271-17/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-1/+1
|\
| * Fix typo in QLoggingCategory documentationMitch Curtis2019-11-061-1/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-140/+127
|\|
| * Docs: Some cleanup of class documentationKavindra Palaraja2019-08-271-140/+127
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-5/+5
* | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-4/+4
|/
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-15/+4
* Doc: Remove duplicate thread-safe documentation from logging macrosKai Koehne2018-08-201-16/+0
* Ownership is unclear, so document it to avoid crashes for usersSune Vuorela2018-07-021-0/+4
* Doc: Show more examples on how to have multiple logging rulesKai Koehne2018-04-251-11/+16
* Doc: State that qDebug and friends are thread-safeKai Koehne2017-10-171-0/+8
* Doc: QLoggingCategory::setEnabled() should only be called in filterKai Koehne2017-07-181-6/+5
* Doc: Clarify limitations of category filterKai Koehne2017-07-181-2/+2
* Document that QLoggingCategory is thread-safeKai Koehne2017-06-081-2/+24
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
|\
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-0/+9
|\|
| * Document limitations and good practice for logging category namesKai Koehne2016-06-231-0/+9
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QLoggingRegistry: Look up logging configuration in Qt data pathKai Koehne2015-08-241-0/+1
* QT_LOGGING_RULES supports multiple rules separated by semicolonsTasuku Suzuki2015-07-161-0/+8
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
|\
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Add QtInfoMsgKai Koehne2015-01-091-8/+67
|/
* Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-261-4/+4
* Improve QLoggingCategory's detailed description.Mitch Curtis2014-10-221-10/+13
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-4/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Remove normalization of "default" categoryKai Koehne2014-07-301-9/+3
* Support setting a default severity level for QLoggingCategoryKai Koehne2014-07-231-10/+54
* Introduce Q_DECL_UNUSED_MEMBER for clangKai Koehne2014-07-231-3/+1
* Add example qtlogging.conf file to QLoggingCategory documentationKai Koehne2014-07-211-1/+7
* QLoggingCategory documentation improvementsKai Koehne2014-07-141-1/+3
* Fix logging file location docsFrederik Gladhorn2014-06-251-2/+2
* Fix data race on QLoggingCategory when using qDebug from multiple threadsDavid Faure2014-06-201-10/+26
* Logging: Mention 'best practices' for using QLoggingCategoryKai Koehne2014-04-291-0/+6
* Logging: Let user configure rules via QT_LOGGING_RULESKai Koehne2014-03-131-6/+8
* Optionally print from where logging rules are loadedKai Koehne2014-03-131-0/+3
* Logging: Change 'rules' section name to 'Rules'Kai Koehne2014-02-261-1/+1
* Add const overload for QLoggingCategory::operator()()Kai Koehne2014-02-151-0/+8
* Allow configuration of logging rules from file systemKai Koehne2014-02-111-16/+57
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-1/+1
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-1/+1
| |\
| | * Doc: Fix broken linksSze Howe Koh2014-02-041-1/+1
* | | Print qCDebugs in arbitrary categories by defaultGiorgos Tsiapaliokas2014-02-101-8/+6
|/ /
* / Allow printf style for qCDebug, qCWarning, qCCritical macrosKai Koehne2014-01-211-0/+56
|/
* Prevent clang from warning about unused variablesKai Koehne2013-11-081-0/+3