Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpResponse::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:
[AspNetHostingPermissionAttribute(SecurityAction::Demand, Level = AspNetHostingPermissionLevel::Medium)]
void AppendToLog(
	String^ param
)

Parameters

param
Type: System::String^

The text to add to the log file.

To allow for the specified string to be recorded in the log file, you first must enable the URI Query option of the Extended Logging Properties dialog box for the site that you want to log activity for in IIS.

To customize extended logging in IIS 6.0, follow these steps:

  1. In IIS Manager, expand the local computer node, expand the Web or FTP Sites folder, right-click the Web or FTP site, and then click Properties.

  2. Click the Web or FTP Site tab, and then select the Enable logging check box (if it is not already selected).

  3. In the Active log format box, click W3C Extended Log File Format.

  4. Click Properties.

  5. Click the Advanced tab, select the properties that you want to log, and then click OK.

The following example shows how to append a string to the log.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft