
|
If you were logged in you would be able to see more operations.
|
|
|
Parsley Core
Created: 09/Jun/09 10:44 AM
Updated: 04/Apr/11 05:31 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
2.0.0
|
| Fix Version/s: |
2.0.1
|
|
|
Environment:
|
Windows Vista, Flex Builder, Flash Player 10
|
|
|
If I print an error message and pass the Error as argument to log.error, then the stacktrace is not printed. I debugged into the code and the problem seems to be somewhere around the DefaultLogger cause in the LogUtil class the array of arguments is suddenly surrounded by another array and thus the Error object is not detected and the stacktrace is not appended
|
|
Description
|
If I print an error message and pass the Error as argument to log.error, then the stacktrace is not printed. I debugged into the code and the problem seems to be somewhere around the DefaultLogger cause in the LogUtil class the array of arguments is suddenly surrounded by another array and thus the Error object is not detected and the stacktrace is not appended |
Show » |
|