System.Web.Management.WebEventFormatter.AppendLine Method

Appends the specified string and a carriage return to the event information.

Syntax

public void AppendLine (string s)

Parameters

s
The string to add to the event information.

Remarks

The WebEventFormatter.AppendLine(string) method allows you to customize the event information by adding your own event-specific data.

Requirements

Namespace: System.Web.Management
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0