IResponse::AppendToLog

This method adds a string to the end of the Web server log entry for the current request. For more information, see the AppendToLog method of the Response Object.

HRESULT AppendToLog(

BSTR bstrLogEntry

//string that contains the log entry

);