NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpResponse.AppendToLog

Adds custom log information to the IIS log file.

[Visual Basic]
Public Sub AppendToLog( _
   ByVal param As String _
)
[C#]
public void AppendToLog(
   string param
);
[C++]
public: void AppendToLog(
   String* param
);
[JScript]
public function AppendToLog(
   param : String
);

Parameters

param
A string containing text to be added to log file.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace