canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,093
edits
(New page: = Logging = A standard logging API has proven to be useful in many languages. This is especially true for server side environments where things are often running unattended (unlike client...) |
m (→Prior Art) |
||
Line 19: | Line 19: | ||
* XBug the Javascript debugger http://www.xbug.co.uk/ | * XBug the Javascript debugger http://www.xbug.co.uk/ | ||
* NitobiBug a browser-based JavaScript object logger and inspection tool http://www.nitobibug.com/ | * NitobiBug a browser-based JavaScript object logger and inspection tool http://www.nitobibug.com/ | ||
* [http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html Java Logging] is based on the pattern established by log4j to provide flexible logging. |