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.