Debug: ezcDebugOptions
[ ]
[ Example stylesheet ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDebugOptions
|
Options class for ezcDebug. [
source]
Parents
ezcBaseOptions
|
--ezcDebugOptions
Properties
|
bool |
read/write
|
$stackTrace
Determines if a stack trace is stored and displayed with every debug message by default. Default is false. |
|
int |
read/write
|
$stackTraceDepth
The number of levels to store for the stack trace. 0 means no limit and a complete stack trace will always be stored. Not that this might consume a large amount of memory. Default is 5. |
|
int |
read/write
|
$stackTraceMaxChildren
|
|
int |
read/write
|
$stackTraceMaxData
|
|
int |
read/write
|
$stackTraceMaxDepth
|
Member Variables
|
protected array(string=>mixed) |
$properties
= array( 'stackTrace' => false, 'stackTraceDepth' => 5, 'stackTraceMaxData' => 512, 'stackTraceMaxChildren' => 128, 'stackTraceMaxDepth' => 3, )
Properties. |
Inherited Methods
From
ezcBaseOptions :
Last updated: Thu, 03 Jul 2008