Hi,

we had the same problem here. Replacing
> if (qx.IS_SOURCE) {

by
> if (qx.core.Variant.isSet("qx.debug", "on")) {

did the trick.

/Kuddel

-------- Original --------
From: westor
Date: 29.06.2007 13:09

> 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

-------------------------------------------------------------------------
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