addTraceStatement(name:string, value:any)

Description:

Adds the value to the debugging trace and gives it the name passed.  If a complex value is passed, the result of its <cfdump> is displayed.

Returns:

Void

Arguments:

Name (Required) - A label to identify the value in the debugging trace

Value (Required) - The value to display in the debugging trace.  If a complex value is passed, the result of its <cfdump> is displayed.