Re: [qooxdoo-devel] Disable-Debug with SDK-Make

2007-07-23 Thread Alex Back
Hi Jared, Jared Broad wrote: > Hello Qooxdoo'rs >Ive searched the other disable messages in maillist and all seem to be > using the quick start "qx.js". When using a make application file if I put: > > qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF); > > Then it understa

Re: [qooxdoo-devel] Disable-Debug with SDK-Make

2007-07-23 Thread Fabian Jakobs
Hi Jared, > Hello Qooxdoo'rs >Ive searched the other disable messages in maillist and all seem to be > using the quick start "qx.js". When using a make application file if I put: > > qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF); > > Then it understandably replies that

[qooxdoo-devel] Disable-Debug with SDK-Make

2007-07-21 Thread Jared Broad
Hello Qooxdoo'rs Ive searched the other disable messages in maillist and all seem to be using the quick start "qx.js". When using a make application file if I put: qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_OFF); Then it understandably replies that "qx.dev.log has no pr