Adobe COLDFUSION 9 Manual page 392

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Developing CFML Applications
Entry
[CFTRACE 13:21:11.011]
[501 ms]
[C:\CFusion\wwwroot\MYStuff\mydocs\tractest.cfm]
@ line:14
[UDF End]
GetRecords UDF call has completed
MyStatus Success
ColdFusion logs all
cftrace
A log file entry looks like the following:
"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 "
This entry is in standard ColdFusion log format, with comma-delimited fields inside double-quote characters. The
information displayed in the trace output is in the last, message, field.
The following table lists the contents of the trace message and the log entries. For more information on the log file
format, see
"Logging errors with the cflog
Entry
Information
web-29
04/01/02
13:21:11
MyApp
501 ms (1st trace)]
[C:\CFusion\wwwroot\MYStuff\mydocs\tracetest.cfm @ line: 14]
Meaning
Trace type (severity) specified in the
Information.
Time when the
Time taken for processing the current request to the point of the
cftrace
Path in the web server of the page that contains the
The line number of the
Value of the
The
values.
Name and value of the variable specified by the
attribute.
output to the file logs\cftrace.log in your ColdFusion installation directory.
tag" on page 285.
Last updated 8/5/2010
cftrace
cftrace
tag executed.
tag.
tag.
cftrace
cftrace
tag
category
attribute.
tag
attribute with any variables replaced with their
cftrace
text
Meaning
The Severity specified in the
Server thread that executed the code.
Date the trace was logged.
Time the trace was logged.
The application name, as specified in a cfapplication tag.
The time ColdFusion took to process the current request
up to the
cftrace
tag, This is the first
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.
Path of the page on which the trace tag is located and the
line number of the
cftrace
387
call; in this case,
cftrace
tag.
cftrace
tag
var
call.
cftrace
cftrace
tag
tag on the page.

Advertisement

Table of Contents
loading

Table of Contents