WebManagementEventLog Class
Enables information to be written to the Windows event log.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | TraceOnly |
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


