summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qloggingcategory.h
Commit message (Expand)AuthorAgeFilesLines
* qC{Debug,Info,Warning,Critical}: add parentheses around macro argumentThiago Macieira2023-10-111-1/+1
* qC{Debug,Info,Warning,Critical}: move the function call to the macroThiago Macieira2023-07-051-6/+1
* Don't use var-args for Q_DECLARE_EXPORTED_LOGGING_CATEGORYTor Arne Vestbø2023-01-031-4/+4
* QLoggingCategory: enable fatal messages if critical is disabledGiuseppe D'Angelo2022-12-061-1/+5
* QMessageLogger: make qFatal categorized and streamableGiuseppe D'Angelo2022-12-051-0/+1
* QLoggingCategory: fix Clang -Wgnu-zero-variadic-macro-arguments (headerclean)Marc Mutz2022-07-111-1/+1
* Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTEDMarc Mutz2022-07-061-15/+1
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-271-1/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QLoggingCategory: code tidiesGiuseppe D'Angelo2022-03-171-5/+5
* qC{Debug,Info,Warning,Critical}: Simplify #ifndef QT_NO_xxx_OUTPUTThiago Macieira2021-11-061-24/+32
* qC{Debug,Info,Warning,Critical}: centralize common partsThiago Macieira2021-11-061-12/+33
* Unify QLoggingCategory's two constructorsEdward Welbourne2020-07-271-3/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-8/+8
* Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-35/+0
* Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUTKai Koehne2019-03-141-16/+33
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Get rid of QT_NO_QWARNING_MACROKai Koehne2015-01-091-1/+1
* Add QtInfoMsgKai Koehne2015-01-091-3/+14
* Logging: Disable tracking of debug source info for release buildsKai Koehne2014-10-011-3/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Support setting a default severity level for QLoggingCategoryKai Koehne2014-07-231-8/+18
* Introduce Q_DECL_UNUSED_MEMBER for clangKai Koehne2014-07-231-3/+3
* Fix data race on QLoggingCategory when using qDebug from multiple threadsDavid Faure2014-06-201-8/+27
* Add const overload for QLoggingCategory::operator()()Kai Koehne2014-02-151-0/+1
* Revert "Logging: Don't use for loop in qCDebug macros"Kai Koehne2014-02-151-3/+3
* Let Q_DECLARE_LOGGING_CATEGORY and Q_LOGGING_CATEGORY return a const referenceKai Koehne2014-02-141-3/+3
* Logging: Don't use for loop in qCDebug macrosKai Koehne2014-02-041-3/+3
* Allow printf style for qCDebug, qCWarning, qCCritical macrosKai Koehne2014-01-211-6/+17
* Revert "Add tracing to logging framework"Kai Koehne2013-11-071-72/+2
* Use Q_UNLIKELY in qCDebug, qCTraceKai Koehne2013-10-301-2/+2
* Reserve some space for future use in QLoggingCategoryKai Koehne2013-10-241-0/+4
* Let QLoggingCategory::defaultCategory return a pointerhjk2013-10-111-1/+1
* Replace QLoggingCategory::isEnabled by non-template functionshjk2013-10-061-35/+10
* Use a pimpl in QLoggingCategoryhjk2013-09-271-2/+3
* Add tracing to logging frameworkhjk2013-09-251-2/+72
* Import qlogger frameworkKai Koehne2013-09-201-0/+138