The AppendToLog method adds a string to the end of an entry in the Web server log for this request.
The AppendToLog method adds (appends) a string to the end of the entry of the Web server log for this request.
There is one mandatory argument.
<%
Response.AppendToLog("Error in Processing")
%>
10.78.176.37, - , 03/20/97, 7:55:20, W3SVC, SALES1, 10.78.176.37, Error in Processing
Output is appended to the end of the IIS log file.