Changes between Version 4 and Version 5 of ReferenceMaterials/EventApi

Show
Ignore:
Timestamp:
07/16/09 22:42:12 (17 years ago)
Author:
cfjedimaster (IP: 98.179.202.128)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReferenceMaterials/EventApi

    v4 v5  
    1818 
    1919Name (Required) - The name of the result to add 
     20 
     21== AddTraceStatement(name:string, value:any) == 
     22 
     23==== Description: ==== 
     24 
     25Adds 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 
     29Void 
     30 
     31==== Arguments: ==== 
     32 
     33Name (Required) - A label to identify the value in the debugging trace 
     34 
     35Value (Required) - The value to display in the debugging trace. If a complex value is passed, the result of its <cfdump> is displayed. 
    2036 
    2137== !ArgumentExists(string:name) == 
     
    217233 
    218234 
    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 Void 
    228  
    229 ==== Arguments: ==== 
    230  
    231 Name (Required) - A label to identify the value in the debugging trace 
    232  
    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  
    235235== !ValueExists(string:name) == 
    236236