Inheritance Hierarchy
RainWorx.FrameWorx.DTOLogEntry
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class LogEntry
The LogEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LogEntry | Initializes a new instance of the LogEntry class |
Properties
Name | Description | |
---|---|---|
![]() | Actor | |
![]() | EntryDateStamp | |
![]() | EventID | |
![]() | ExceptionClass | |
![]() | FunctionalArea | |
![]() | ID | |
![]() | MachineName | |
![]() | Message | |
![]() | Priority | |
![]() | Properties | |
![]() | Severity | |
![]() | SQLDateStamp | |
![]() | StackTrace | |
![]() | Title |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also