Class LogEntry
Inheritance
System.Object
LogEntry
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Evatic.Common.dll
Syntax
Properties
View Source
AppDomainName
Declaration
public string AppDomainName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Category
Declaration
public string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
EventID
Declaration
public int EventID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
FormattedMessage
Declaration
public string FormattedMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
MachineName
Declaration
public string MachineName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Message
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Priority
Declaration
public int Priority { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ProcessID
Declaration
public string ProcessID { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ProcessName
Declaration
public string ProcessName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Severity
Declaration
public string Severity { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ThreadName
Declaration
public string ThreadName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Timestamp
Declaration
public DateTime Timestamp { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
View Source
TimestampTz
Declaration
public int? TimestampTz { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Win32ThreadId
Declaration
public string Win32ThreadId { get; set; }
Property Value
Type |
Description |
System.String |
|