Class LogEntry
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
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
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
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