- formatter
- A System.Web.Management.WebEventFormatter object that contains the formatted event information.
The WebBaseEvent.FormatCustomEventDetails(WebEventFormatter) method provides a uniform format for event information, which is useful if the event data must be logged and later presented to the user. It is called internally when the provider invokes one of the erload:System.Web.Management.WebBaseEvent.ToString methods.
When you format your custom event information for display, override the WebBaseEvent.FormatCustomEventDetails(WebEventFormatter) method rather than the erload:System.Web.Management.WebBaseEvent.ToString method. This will avoid overwriting or tampering with sensitive system information.