HttpResponseWrapper.AppendToLog(String) Method

Definition

Adds custom log information to the Internet Information Services (IIS) log file.

public:
 override void AppendToLog(System::String ^ param);
public override void AppendToLog (string param);
override this.AppendToLog : string -> unit
Public Overrides Sub AppendToLog (param As String)

Parameters

param
String

The text to add to the log file.

Applies to