summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support logging direct to syslog, if enabled.Tasuku Suzuki2015-08-091-0/+32
* Fix the printing of the ms-since-boot in %{time boot}Thiago Macieira2015-07-151-2/+3
* QNX: Fix namespace Qt buildSérgio Martins2015-07-081-2/+4
* Doc fix typo in QT_MESSAGE_PATTERNTasuku Suzuki2015-05-271-1/+1
* Reorder member variables to avoid padding.Volker Krause2015-05-141-2/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-9/+20
|\
| * qFormatLogMessage: optimize %{backtrace}Olivier Goffart2015-02-141-3/+3
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-2/+6
| |\
| | * Fix memory leak in qSetMessagePatternKai Koehne2015-02-021-2/+6
| * | logging: Check if uClibc has backtrace supportFatih Aşıcı2015-02-091-4/+11
| |/
* | QLogging: use return-by-value in qt_messageMarc Mutz2015-02-121-40/+16
* | QLogging: prevent qt_message from being inlined into each of 14 callersMarc Mutz2015-02-121-0/+1
* | QLogging: avoid a needless checkMarc Mutz2015-02-121-9/+3
* | QLogging: migrate to QString::(v)asprintfMarc Mutz2015-02-121-5/+5
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | qlogging: Fix build on FreeBSD after 63cd16d.Raphael Kubo da Costa2015-01-281-2/+2
* | Add QtInfoMsgKai Koehne2015-01-091-6/+143
* | Add support for printing the real thread ID with QT_MESSAGE_PATTERNThiago Macieira2015-01-081-2/+42
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-12/+9
|\|
| * Simplify use of __has_include in qlogging.cppThiago Macieira2014-12-201-12/+9
* | Display the QElapsedTimer reference time in %{time}Thiago Macieira2014-12-201-7/+12
|/
* Fix constant "Qt" LOG_TAG in AndroidAndré Klitzing2014-12-151-2/+2
* Fix the %{time} printing to *not* default to the process's timeThiago Macieira2014-11-211-7/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-281-1/+1
|\
| * Add missing newline in fallback debug output.Volker Krause2014-10-281-1/+1
* | Doc: Corrected autolink errors qtbaseNico Vertriest2014-10-271-1/+1
* | Remove trailing '\n' in qFormatLogMessage outputKai Koehne2014-10-271-10/+9
* | logging: Fix qCleanupFuncinfo to not mangle Objective-C message namesTor Arne Vestbø2014-10-201-2/+3
* | Logging: Disable tracking of debug source info for release buildsKai Koehne2014-10-011-2/+6
* | Update the detection of when to log to stderrThiago Macieira2014-09-291-47/+57
* | Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-241-6/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-6/+3
| |\|
| | * Logging: Remove use of _declspec(thread)Kai Koehne2014-09-151-6/+3
* | | Unify the environment variables used for console loggingThiago Macieira2014-09-231-24/+5
|/ /
* | Logging: use the known function when the first frame of the backtrace is unknownOlivier Goffart2014-08-051-3/+7
* | Add qFormatLogMessage()Kai Koehne2014-07-301-7/+17
* | Logging: support %{backtrace} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-281-0/+105
* | Logging: fix support for %{time format} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-131-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-041-23/+19
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-031-23/+19
| |\|
| | * qDebug: fix data race in qt_message_printDavid Faure2014-07-011-23/+19
* | | Fix typo in 'time' message pattern.Gunnar Sletta2014-07-031-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-2/+1
|\|
| * Doc: qInstallMessageHandler cannot return 0.David Faure2014-06-241-2/+1
* | Logging: support %{time} and %{time format} in QT_MESSAGE_PATTERNShawn Rutledge2014-06-271-1/+30
* | Do not try to handle OOM exceptions in loggingKai Koehne2014-06-061-77/+3
|/
* Allow logging to stderrBernd Weimer2014-04-241-6/+30
* Use category names when logging to the journalAlejandro Exojo2014-04-051-7/+9
* Document %{if-category} in default message patternKai Koehne2014-03-151-1/+4