Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7.3
-
Component/s: Zend_Wildfire
-
Labels:None
Description
Improvements:
- Reorganize options and add setOption(), getOption() and getOptions()
- Add support for: maxObjectDepth
- Add support for: maxArrayDepth
- Add support for: includeLineNumbers
- Add support for: maxTraceDepth
- Add support for: traceOffset
- Add support for file and line info for all messages except DB profiler
- Add support for object member filters via setObjectFilter()
- Fix object and array depth limits (if object is contained in array and object contains further nested arrays the array depth is reset for arrays within object)
- Fix object and array depth for traces and tables
- Add support for logging before request and response objects are initialized
- Add unit tests for all new features/changes
Some more fixes and additions