WebManagementEventLog Class

Definition

Enables information to be written to the Windows event log.

public ref class WebManagementEventLog abstract sealed
public static class WebManagementEventLog
type WebManagementEventLog = class
Public Class WebManagementEventLog
Inheritance
WebManagementEventLog

Methods

Write(Int32, String)

Writes the event ID and a message to the Windows event log.

Write(Int32, String, String, String, Exception)

Writes the event ID, error message, connection name, connection user, and exception to the Windows event log.

Write(Int32, String, String, String, Exception, EventLogEntryType)

Writes the event ID, error message, connection name, connection user, exception, and event log entry type to the Windows event log.

Write(String, EventLogEntryType, Int32)

Writes the event log message, entry type, and event ID to the Windows event log.

Applies to