Hello List The idea to send some of the qooxdoo log messages to the server seems quite reasonable for some scenarios. Therefore i thought about implementing a "Server Logger" myself.
Since i don't want to create a request for every log entry, i'd rather send the messages in bulk to reduce requests. My question is: Is there a way to determine when the application shuts down (to send remaining messages to the server)? I could simply add a window.onunload function, but that would probably break some qooxdoo functionality? Or would you send each message separately? Any hints are appreciated - Roman Roman Schmid wrote: > That should be quite simple: > Just implement your own Logging appender and "append" it to the Logger. > http://demo.qooxdoo.org/current/apiviewer/#qx.log.appender > > It would probably be wise to cache some of the messages and send them to > the server in bulk. > > Cheers - Roman > > geo wrote: >> Is it possible to upload the log file (ie. what you see in the log >> console) of an qxoodoo 0.8 application to a remote server ? >> >> >> ------------------------------------------------------------------------------ >> Check out the new SourceForge.net Marketplace. >> It is the best place to buy or sell services for >> just about anything Open Source. >> http://p.sf.net/sfu/Xq1LFB >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
