LogFileEntry Members

Include Protected Members
Include Inherited Members

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

The LogFileEntry type exposes the following members.

Constructors

  Name Description
Public method LogFileEntry Initializes a new instance of the LogFileEntry class.

Top

Properties

  Name Description
Public property Area The area name for the log file entry.
Public property Category The category for the log file entry.
Public property Context Contains information about the association of the log file entry and its correlation ID.
Public property Continuation If the original log entry was split into smaller pieces because of the size, this value will return true.
Public property Correlation The correlation GUID of the associated log entry.
Public property EventID The Event ID for the log file entry.
Public property Level The level or severity of the log file entry.
Public property Message The message contained in the log file entry.
Public property Process The value contained in the Process column in the log file entry.
Public property ThreadID The ID of the executing thread contained in the log file entry.
Public property Timestamp The DateTime value of when the log file entry was created.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns the log file entry as a string. (Overrides Object.ToString().)

Top

See Also

Reference

LogFileEntry Class

Microsoft.SharePoint.Diagnostics Namespace