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

 

IResponse::AppendToLog

The IResponse::AppendToLog method adds a string to the end of the Web server log entry for the current request.

HRESULT AppendToLog(

BSTR bstrLogEntry

);

Parameters: IResponse::AppendToLog

bstrLogEntry

A binary string to append to the log entry. The string may be a maximum of 80 characters and may not contain commas (,).

Remarks: IResponse::AppendToLog

This method adds a string to the end of the Web server log entry for this request. It can be called multiple times in one section of script; each time the method is called it appends the specified string to the existing entry.

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