Util/ Log.jsCreates a simple logger to help debug javascript. By default it will open a new window so popup blocking may keep it from working. However, you can redirect the log to a text area or a div if you wish. Copyright2005-2006 Rob Rohan (robrohan@gmail.com) Summary
LogConstructor for the logging window (or other std output if implemented) NamespaceSortie.Util Summary
Log. RedirectChanges the output of the error log to go to the predefined area (see the Log constants). Often you’ll want to set this before you run Init Parameters to - where to send the output (see the log constants) See AlsoLog.NEW_WINDOW Log.CONSOLE Log.USER_DIV Log.TEXT_AREA Log.STRING_BUFFER |