summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qloggingcategory.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Add tracing to logging framework"Kai Koehne2013-11-071-314/+6
* Reserve some space for future use in QLoggingCategoryKai Koehne2013-10-241-1/+4
* Link from QLoggingCategory documentation to QTracer/QTraceGuardKai Koehne2013-10-181-5/+6
* Give an example how to configure categorized loggingKai Koehne2013-10-161-21/+35
* Let QLoggingCategory::defaultCategory return a pointerhjk2013-10-111-4/+11
* Remove default label for QtMsgTypeKai Koehne2013-10-071-3/+1
* Improve QLoggingCategory documentationKai Koehne2013-10-071-42/+21
* Replace QLoggingCategory::isEnabled by non-template functionshjk2013-10-061-23/+68
* Use a pimpl in QLoggingCategoryhjk2013-09-271-7/+23