3

I want to write some log in the log tab of processing algorithm User Interface like this post but for QGIS 3 (PyQGIS 3).

It seems that "progress.setText('Youpi')" does not work anymore.

What's the good way ?

TomazicM
  • 25,601
  • 22
  • 29
  • 39
Zacharie Moulin
  • 339
  • 1
  • 11

1 Answers1

3

I found the solution.

feedback.setProgressText('Youpi')

work properly.

Zacharie Moulin
  • 339
  • 1
  • 11