Thursday, January 07, 2010

JavaScript logging

JavaScript logging package – JS Log. Includes JavaScript library and server side component (servlet). Lets you asynchronously log data from JavaScript to server side and show (display) them independently from your web application. Helps you debug or simply monitor JavaScript code.

For your JavaScript application this logging is actually lust one call:

  jsLog.Info(your_variable, title_for_logging)

This call lets you save the value (for objects – all the properties will be saved) and comment (title, caption). And servlet defines a simple HTML interface for showing the saved values. Also servlet saves data in the log file.

No comments: