SafeEventLog.WriteEntry Method (String, EventLogEntryType)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.Diagnostics
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub WriteEntry ( _
description As String, _
type As EventLogEntryType _
)
'Usage
Dim instance As SafeEventLog
Dim description As String
Dim type As EventLogEntryType
instance.WriteEntry(description, type)
public void WriteEntry(
string description,
EventLogEntryType type
)
Parameters
- description
Type: System.String
- type
Type: System.Diagnostics.EventLogEntryType