[Qgis-developer] QGIS server (broken?) logging

Luigi Pirelli luipir at gmail.com
Thu Mar 5 02:33:17 PST 2015


On 4 March 2015 at 21:38, Alessandro Pasotti <apasotti at gmail.com> wrote:
> QgsMessageLog

http://osgeo-org.1560.x6.nabble.com/how-to-get-debugging-messages-td4471936.html

QgsMessageLog is a QgsDebugMsg wrapper emitting signal (most of them
intercepted by QGIS log message panel)

QgsDebugMsg (is a define on QgsLogger) write messages only if compiled in Debug

regards, Luigi Pirelli

p.s. avoiding debugging, you can create a new QGIS server plugin that
intercept QgsMessageLog signal to log them ;)


More information about the Qgis-developer mailing list