Not knowing the details of the way the logger works, is it possible to have info go to both locations? My thoughts are that during development I can have my debug messages go to FireBug but have my normal application messages still go to the log window. That way I can remove the one line that sends my debug info to FireBug but the rest of my general messages will still continue to go to the log window. Is this possible? Or am I going to have to put in some sort of block of debug messages for the final release? How does everyone else handle debug messages during development, do you remove the lines of code for release or filter them out and not send them to the log window? What is the best scenario for this?

Thanks,
Jim

On 8/21/06, Sebastian Werner <[EMAIL PROTECTED]> wrote:
I've changed the default back to window appender. It's always possible
for the user to switch. Maybe this would also be good to implement as a
runtime setting.

Sebastian


Til Schneider schrieb:
>> looks nice. I've just committed this to SVN.
>
> Very nice, your Appender. But I think the new appender shouldn't be the
> default appender.
>
> Instead people who want to use it should use the following code:
>      qx.dev.log.Logger.ROOT_LOGGER.removeAllAppenders ();
>      qx.dev.log.Logger.ROOT_LOGGER.addAppender(
>          new qx.dev.log.FireBugAppender());
>
>
>
>
> -------------------------------------------------------------------------
> 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

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