Whatever message this page gives is out now! Go check it out!
<cftrace category="UDF End" inline = "True" var = "MyStatus"
text = "GetRecords UDF call has completed">"Information","web-29","04/01/02","13:21:11","MyApp","[501 ms (1st trace)] [C:\ColdFusion9\wwwroot\MYStuff\mydocs\tractest.cfm @ line: 14] - [UDF End] [MyStatus = Success] GetRecords UDF call has completed "| Entry | Meaning |
| Information | The Severity specified in the cftrace call. |
| web-29 | Server thread that executed the code. |
| 04/01/02 | Date the trace was logged. |
| 13:21:11 | Time the trace was logged. |
| MyApp | The application name, as specified in a cfapplication tag. |
| 501 ms (1st trace)] | The time ColdFusion took to process the current request up to the cftrace tag, This is the first cftrace tag processed in this request. If there had been a previous cftrace tag, the parentheses would contain the number of milliseconds between when the previous cftrace tag ran and when this tag ran. |
| [C:\CFusion\wwwroot\MYStuff\mydocs\tracetest.cfm @ line: 14] | Path of the page on which the trace tag is located and the line number of the cftrace tag on the page. |
| [UDF End] | Value of the cftrace tag category attribute. |
| [MyStatus = Success] | Name and value of the variable specified by the cftrace tag var attribute. If the variable is a complex data type, such as an array or structure, the log contains the variable value and the number of entries at the top level of the variable, such as the number of top-level structure keys. |
| GetRecords UDF call has completed | The cftrace tag text attribute with any variables replaced with their values. |
<cftrace abort="False" category="UDF End" inline = "True" text = "GetRecords UDF
call has completed" var = "MyStatus">