summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qloggingcategory.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tracing to logging frameworkhjk2013-09-251-3/+290
* Import qlogger frameworkKai Koehne2013-09-201-0/+352