Skip to main content

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

Syntax
public class ProcessLogEntry

Properties

ProcessId

Declaration
public Guid ProcessId { get; set; }
Property value
TypeDescription
Guid

CreatedOn

Declaration
public DateTime CreatedOn { get; set; }
Property value
TypeDescription
DateTime

Timestamp

Declaration
public DateTime Timestamp { get; set; }
Property value
TypeDescription
DateTime

Message

Declaration
public string Message { get; set; }
Property value
TypeDescription
string

Properties

Declaration
public JObject Properties { get; set; }
Property value
TypeDescription
JObject

Exception

Declaration
public Exception Exception { get; set; }
Property value
TypeDescription
Exception

Extension Methods