System.Web.Management.WebEventFormatter Class

Formats ASP.NET health monitoring event information.

See Also: WebEventFormatter Members

Syntax

public class WebEventFormatter

Remarks

ASP.NET health monitoring allows production and operations staff to manage deployed Web applications. The System.Web.Management namespace contains the health-event types responsible for packaging application health-status data and the provider types responsible for processing this data. It also contains supporting types that help during the management of health events.

The System.Web.Management.WebEventFormatter is a supporting type used to uniformly format event-related information, which is useful if the event data must be logged and later presented to the user..

Instances of the System.Web.Management.WebEventFormatter class are passed as arguments to the formatting methods defined by the health-event types.

Requirements

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