SafeEventLog.WriteEntry Method (String)

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 _
)
'Usage
Dim instance As SafeEventLog
Dim description As String

instance.WriteEntry(description)
public void WriteEntry(
    string description
)

Parameters

See Also

Reference

SafeEventLog Class

SafeEventLog Members

WriteEntry Overload

Microsoft.SharePoint.Portal.Diagnostics Namespace