HttpResponseBase.AppendToLog(String) Method

Definition

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

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

Parameters

param
String

The text to add to the log file.

Exceptions

Applies to