LogFileEntry 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 | |
---|---|---|
LogFileEntry | Initializes a new instance of the LogFileEntry class. |
Top
Properties
Name | Description | |
---|---|---|
Area | The area name for the log file entry. | |
Category | The category for the log file entry. | |
Context | Contains information about the association of the log file entry and its correlation ID. | |
Continuation | If the original log entry was split into smaller pieces because of the size, this value will return true. | |
Correlation | The correlation GUID of the associated log entry. | |
EventID | The Event ID for the log file entry. | |
Level | The level or severity of the log file entry. | |
Message | The message contained in the log file entry. | |
Process | The value contained in the Process column in the log file entry. | |
ThreadID | The ID of the executing thread contained in the log file entry. | |
Timestamp | The DateTime value of when the log file entry was created. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the log file entry as a string. (Overrides Object.ToString().) |
Top