What is it
A tracer to extract deeper value by calling specified methods on method parameters or return value, and then attached those values into transaction trace component.
This tracer enhanced the great fieldpack "Full Transaction Trace Detail Tracer (new_mode)", which originally developed by Omar Ocampo.
Why
User want to get deeper and useful value from method parameter or return value for diagnosis purpose. However, sometimes parameter or return value is complex object instead of simple object (String, int, Boolean, etc.), and original FullTTDetail tracer will only show class name of complex object.

Features
- All features included in original Full Transaction Trace Detail Tracer
- Control which parameters to show
- Control whether to show return value or not
- If parameter is specified to show, user can specify the display name and method chain for this parameter. For each parameter, user can specify multiple method chains to get multiple values.
- If return value is specified to show, user can specify the display name and method chain for this parameter. User can specify multiple method chains to get multiple values.

Please refer attached "EnhancedFullTTDetail_readme.pdf" for further information.