Previous PageNext Page

6.3.2 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

Response.AppendToLog string

Parameters

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 © 2000 Chili!Soft

Previous PageTop Of PageNext Page