Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

ASP Response Object AppendToLog Method

The AppendToLog method adds a string to the end of the Web log entry for this page request. You can call it multiple times during the execution of a page; each time the string is appended to the existing entry.

Syntax: ASP Response Object AppendToLog Method

Response.AppendToLog string

Parameters: ASP Response Object AppendToLog Method

string

The text to append to the log. Because fields in Web server logs are often comma-delimited, this string cannot contain any commas. The maximum length of the string is 80 characters.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.