AppendToLog

The AppendToLog method adds a string to the end of ACP's ASP Log.txt file. You can call it multiple times in one section of script. Each time the method is called it appends the specified string to file.

Syntax

Response.AppendToLog string
 

Parameters

string
The text to append to the log file.

Applies To

Response Object