Has in 0.7 the behaviour of logging changed in relation to 0.6.6?
I have the following code in top of main:
if (qx.IS_SOURCE) {
        qx.log.Logger.ROOT_LOGGER.setMinLevel(qx.log.Logger.LEVEL_ALL);
} else {
        qx.log.Logger.ROOT_LOGGER.setMinLevel(qx.log.Logger.LEVEL_ERROR);
};
Now, when I have an error, eg. any undefined widget exception, I get these
errors only in Javascript console, not in the Qooxdoo log-window, like it
was in 0.6.6
Torsten
-- 
View this message in context: 
http://www.nabble.com/logging-problem-tf3999386.html#a11358569
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to