This topic has not yet been rated - Rate this topic

WebManagementEventLog Class

IIS 7.0

Enables information to be written to the Windows event log.

System..::..Object
  Microsoft.Web.Management.Server..::..WebManagementEventLog

Namespace:  Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)
public static class WebManagementEventLog
  NameDescription
Public methodStatic memberWrite(Int32, String)Writes the event ID and a message to the Windows event log.
Public methodStatic memberWrite(String, EventLogEntryType, Int32)Writes the event log message, entry type, and event ID to the Windows event log.
Public methodStatic memberWrite(Int32, String, String, String, Exception)Writes the event ID, error message, connection name, connection user, and exception to the Windows event log.
Public methodStatic memberWrite(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.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.