SafeEventLog Constructor (EventLog)
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 New ( _
eventLog As EventLog _
)
'Usage
Dim eventLog As EventLog
Dim instance As New SafeEventLog(eventLog)
public SafeEventLog(
EventLog eventLog
)
Parameters
- eventLog
Type: System.Diagnostics.EventLog