Open Gustry opened 8 years ago
The plugin builder should ship a logging system by default with a few lines how to use it for instance.
InaSAFE is using the logging package to deal with QGIS, a remote server ... https://github.com/inasafe/inasafe/blob/develop/safe/common/custom_logging.py
logging
Python logging is trivial to implement---we can add a "logger" object with comments on how to enable it.
Yes, not a lot of people are using the QgsMessageLog API.
QgsMessageLog
The plugin builder should ship a logging system by default with a few lines how to use it for instance.
InaSAFE is using the
logging
package to deal with QGIS, a remote server ... https://github.com/inasafe/inasafe/blob/develop/safe/common/custom_logging.py