Previous PageNext Page

13.7.2 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

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

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

Previous PageTop Of PageNext Page