LogFileEntry Class

Represents the entry that is entered into the SharePoint logs. Contains information about the event that occurred and its description.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Diagnostics.LogFileEntry

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class LogFileEntry
'Usage
Dim instance As LogFileEntry
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class LogFileEntry

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LogFileEntry Members

Microsoft.SharePoint.Diagnostics Namespace