HttpResponseBase::AppendToLog Method (String^)

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void AppendToLog(
	String^ param
)

Parameters

param
Type: System::String^

The text to add to the log file.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: