util/ Output.jsOutput text functions used by the console and the log Copyright2004 Rob Rohan (robr@gmai l.com) All rights reserved ohan Relatedutil/Log.js Summary
|
the default new line character to add to strings made by the system (default [br])
var NEWLINE
This function writes a log line to standard out (often an alert box if the console is off)
function neuro_SystemOut( str )
This function writes a log line to standard err (often an alert box)
function neuro_SystemErr( str )
Converts a decimal number to a hex value
function neuro_decToHex( dec )
Escapes the basic bad xml characters from a string
function neuro_xmlFormat( str )
looks at a string and guesses if its a true or false value
function neuro_parseBoolean( str )
function neuro_Reflect( obj )
Takes an error object and gives a bit more description.
function neuro_expandError( e )