Function buildStackString
Returns a formatted string with a stack trace ready for output. "\tfunction1() called in file $filename($line)" "\tfunction2() called in file $filename($line)" ...
		
		Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Jan Lengowski
Located at includes/functions.general.php
	
	Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Jan Lengowski
Located at includes/functions.general.php
integer | 
		$startlevel = 2 | 
		The startlevel. Note that 0 is always buildStackString and 1 is the function called buildStackString (e.g. cWarning) | 
			string
		 |