summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qloggingregistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add QtInfoMsgKai Koehne2015-01-091-1/+10
* Fix undefined behavior in QLoggingRegistry::defaultCategoryFilter()Marc Mutz2014-10-171-3/+5
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-3/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Remove normalization of "default" categoryKai Koehne2014-07-301-1/+0
* Support setting a default severity level for QLoggingCategoryKai Koehne2014-07-231-14/+17
* Be more specific in "Loading logging rules" debug outputKai Koehne2014-07-231-1/+1
* Fix warnings about integer conversion in qloggingregistry.cpp.Friedemann Kleint2014-07-221-3/+3
* Improve debugging output for QLoggingCategoryKai Koehne2014-07-211-6/+6
* Logging: Be also more strict with value of logging ruleKai Koehne2014-04-031-5/+8
* Logging: Remove PatternFlag::Invalid from QLoggingRuleKai Koehne2014-03-201-5/+2
* Print when logging rule is invalid.Kai Koehne2014-03-201-1/+5
* Logging: Let user configure rules via QT_LOGGING_RULESKai Koehne2014-03-131-1/+9
* Optionally print from where logging rules are loadedKai Koehne2014-03-131-0/+23
* Use QStringRef for parsing of logging rulesKai Koehne2014-03-131-13/+21
* Make parsing of categories in logging rules more strictKai Koehne2014-03-131-9/+9
* Make parsing of categories in logging rules consistent.Kai Koehne2014-03-131-46/+44
* Logging: Change 'rules' section name to 'Rules'Kai Koehne2014-02-261-2/+2
* Allow configuration of logging rules from file systemKai Koehne2014-02-111-28/+101
* Print qCDebugs in arbitrary categories by defaultGiorgos Tsiapaliokas2014-02-101-2/+6
* Revert "Add tracing to logging framework"Kai Koehne2013-11-071-8/+0
* Add tracing to logging frameworkhjk2013-09-251-0/+8
* Import qlogger frameworkKai Koehne2013-09-201-0/+312