Changes between Version 4 and Version 5 of ReferenceMaterials/EventApi
- Timestamp:
- 07/16/09 22:42:12 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReferenceMaterials/EventApi
v4 v5 18 18 19 19 Name (Required) - The name of the result to add 20 21 == AddTraceStatement(name:string, value:any) == 22 23 ==== Description: ==== 24 25 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. 26 27 ==== Returns: ==== 28 29 Void 30 31 ==== Arguments: ==== 32 33 Name (Required) - A label to identify the value in the debugging trace 34 35 Value (Required) - The value to display in the debugging trace. If a complex value is passed, the result of its <cfdump> is displayed. 20 36 21 37 == !ArgumentExists(string:name) == … … 217 233 218 234 219 == Trace(name:string, value:any) ==220 221 ==== Description: ====222 223 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.224 225 ==== Returns: ====226 227 Void228 229 ==== Arguments: ====230 231 Name (Required) - A label to identify the value in the debugging trace232 233 Value (Required) - The value to display in the debugging trace. If a complex value is passed, the result of its <cfdump> is displayed.234 235 235 == !ValueExists(string:name) == 236 236
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)