Class ProcessLogEntry
Inheritance
↳ object
↳ ProcessLogEntry
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Logging
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class ProcessLogEntry
Properties
ProcessId
Declarationpublic Guid ProcessId { get; set; }
Type | Description |
---|---|
Guid |
CreatedOn
Declarationpublic DateTime CreatedOn { get; set; }
Type | Description |
---|---|
DateTime |
Timestamp
Declarationpublic DateTime Timestamp { get; set; }
Type | Description |
---|---|
DateTime |
Message
Declarationpublic string Message { get; set; }
Type | Description |
---|---|
string |
Properties
Declarationpublic JObject Properties { get; set; }
Type | Description |
---|---|
JObject |
Exception
Declarationpublic Exception Exception { get; set; }
Type | Description |
---|---|
Exception |