util/ Log.jsCreates a simple logger to help debug javascript. It will open a new window so popup blocking may keep it from working. Copyright2005 Rob Rohan (robr@gmai l.com) ohan Summary
LogConstructor for the logging window (or other std output if implemented) Summary
|
the library version
var DEBUG_VERSION
set this to true to turn on debug mode (get the console going)
var DEBUG
used within the class to tell what type of event
var TYPE_DEBUG
used within the class to tell what type of event
var TYPE_WARN
used within the class to tell what type of event
var TYPE_INFO
used within the class to tell what type of event
var TYPE_ERROR
a default log for page use.
var log