WebManagementEventLog Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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(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) |
Writes the event ID and a message to the Windows event log. |
Write(String, EventLogEntryType, Int32) |
Writes the event log message, entry type, and event ID to the Windows event log. |