Class: QgsMessageOutputConsole

Default implementation of message output interface.

This class outputs messages to the standard output. Therefore it might be the right choice for apps without GUI.

Class Hierarchy

Inheritance diagram of qgis.core.QgsMessageOutputConsole

Base classes

QObject

QgsMessageOutput

Interface for showing messages from QGIS in GUI independent way.

Abstract Methods

showMessage

sends the message to the standard output

class qgis.core.QgsMessageOutputConsole[source]

Bases: QObject, QgsMessageOutput

abstract showMessage(self, blocking: bool = True)[source]

sends the message to the standard output

Parameters:

blocking (bool = True)