This post originated from an RSS feed registered with Java Buzz
by dion.
Original Post: Gears Future APIs: Logging API
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Logging is famously over engineered in Java, with huge abstractions. In JavaScript, the majority of folk still use alert() or write out to the Error Console. Of course, those that know, use Firebug and such.
It would be nice to be able to debug throughout the browsers, and inside of WorkerPools in the Gears world. Rather [...]