Class LogEntry
Inheritance
object
LogEntry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.Logging
Assembly: ETLBox.dll
Syntax
Properties
Action
Declaration
public string Action { get; set; }
Property Value
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|
System.DateTime? | |
Id
Declaration
public long Id { get; set; }
Property Value
Level
Declaration
public string Level { get; set; }
Property Value
LoadProcessId
Declaration
public long? LoadProcessId { get; set; }
Property Value
LogDate
Declaration
public DateTime LogDate { get; set; }
Property Value
Type | Description |
---|
System.DateTime | |
Message
Declaration
public string Message { get; set; }
Property Value
Source
Declaration
public string Source { get; set; }
Property Value
Stage
Declaration
public string Stage { get; set; }
Property Value
StartDate
Declaration
public DateTime StartDate { get; }
Property Value
Type | Description |
---|
System.DateTime | |
TaskHash
Declaration
public string TaskHash { get; set; }
Property Value
TaskName
Declaration
public string TaskName { get; set; }
Property Value
TaskType
Declaration
public string TaskType { get; set; }
Property Value