Met Appendtolog
# ASP AppendToLog Method
* * Complete Response Object Reference](#)
* * *
The AppendToLog method appends a string to the end of the server log file. You can call this method multiple times in a script file. Each time it is called, the specified string is appended to the log.
### Syntax
response.AppendToLog string
| Parameter | Description |
| --- | --- |
| string | Required. The text to append to the log file (cannot contain any comma characters). |
* * *
### Example
* * Complete Response Object Reference](#)
YouTip