Skip to content

Commit 212a74c

Browse files
author
Éric Lemoine
committed
Fix the QgsMessageLogConsole docs
The QgsMessageLogConsole now writes log messages to stderr as opposed to stdout.
1 parent 369587d commit 212a74c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/auto_generated/qgsmessagelog.sip.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class QgsMessageLogConsole : QObject
107107
%Docstring
108108
Default implementation of message logging interface
109109

110-
This class outputs log messages to the standard output. Therefore it might
110+
This class outputs log messages to the standard error. Therefore it might
111111
be the right choice for apps without GUI.
112112
%End
113113

src/core/qgsmessagelog.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class CORE_EXPORT QgsMessageLogNotifyBlocker
130130
* \ingroup core
131131
* \brief Default implementation of message logging interface
132132
*
133-
* This class outputs log messages to the standard output. Therefore it might
133+
* This class outputs log messages to the standard error. Therefore it might
134134
* be the right choice for apps without GUI.
135135
*/
136136
class CORE_EXPORT QgsMessageLogConsole : public QObject

0 commit comments

Comments
 (0)