Classes


Namespace Log

Log A class to log debugging, and other, information for developers By default, Log outputs to the FirePHP console via X-Wf headers. HOWEVER, if FirePHP is disabled but you're in debug mode, Log messages will print to screen.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Log
Namespace Detail
Log
<?
	Log.print('about to test Log');
	
	var a = { hello: 'world' };
	Log.groupStart('{hello:"world"}');
		Log.print(a);
		Log.info(a);
		Log.warn(a);
		Log.error(a);
	Log.groupEnd();
?>
See:
FirePHP
Wildfire Protocol Implemented by Salsa & FirePHP
Firebug Logging

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 14 2011 05:41:51 GMT-0400 (EDT)