summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging_p.h
Commit message (Collapse)AuthorAgeFilesLines
* logging: Clarify and document how we look for the presence of a consoleTor Arne Vestbø2018-03-071-0/+64
The privately exported qt_logging_to_console() function has been renamed to shouldLogToStderr, and exported in the QtPrivate namespace for QtTestLib. [ChangeLog][Important behavior changes][Logging (including qDebug and qWarning)] The QT_LOGGING_TO_CONSOLE environment variable has been deprecated. Use the more specific QT_ASSUME_STDERR_HAS_CONSOLE or QT_FORCE_STDERR_LOGGING, depending on your usecase. Change-Id: Ie29228eeac3b700c3de94fee022d5d66d9b5c210 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>