One possibility is to reduce the error level e.g.
qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_WARN);

or even:
qx.dev.log.Logger.ROOT_LOGGER.setMinLevel(qx.dev.log.Logger.LEVEL_ERROR);

Are there other possibilities, Til?

Sebastian


Dan Fillpot schrieb:
> How do I turn off all logging? I do not want the popup window to open at 
> all, and even doing this:
> 
>     qx.dev.log.Logger.ROOT_LOGGER.removeAllAppenders();
>     var divAppender = new qx.dev.log.DivAppender("debug");  //valid div 
> element
>     qx.dev.log.Logger.ROOT_LOGGER.addAppender(divAppender);
> 
> 
> does not stop the popup. any ideas?
> 
> Thanks
> 
> Dan
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to