summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qloggingcategory_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Import qlogger frameworkKai Koehne2013-09-201-0/+66
Merge most parts of the qlogger framework from git://gitorious.org/qtplayground/qlogger.git The categorized logging feature is a replacement for qDebug, qWarning and friends. With logging statements in an app/library, a developer can turn on the statements they care about and turn off the ones they don't. Most work for this was done by Wolfgang Beck and Lincoln Ramsay. Task-number: QTBUG-25694 Change-Id: Ib0cdfbbf3694f86ad9ec553b2ea36f09a477cded Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>