Easy Tutorial
❮ Prop Datecreated Folder Met Getbasename ❯

ASP AppendToLog Method



The AppendToLog method appends a string to the end of the server log file. You can call this method multiple times within a script file. Each time it is called, it appends the specified string to the log.

Syntax

Parameter Description
string Required. The text to append to the log file (cannot contain any comma characters).

Example


❮ Prop Datecreated Folder Met Getbasename ❯