Class ProcessLogEntry
OptimaJet.Workflow.Core.Logging.ProcessLogEntry
Represents a structured log entry written to an IProcessLogProvider for a workflow process.
Namespace: OptimaJet.Workflow.Core.Logging
public class ProcessLogEntryProperties
public Guid ProcessId { get; set; } #Gets or sets the identifier of the process associated with the entry.
public DateTime CreatedOn { get; set; } #Gets or sets the local date and time when the entry was created. The initial value is DateTime.Now.
public DateTime Timestamp { get; set; } #Gets or sets the date and time associated with the logged workflow operation.
public string Message { get; set; } #Gets or sets the human-readable message for the entry.
public JObject Properties { get; set; } #Gets or sets the JObject containing structured values associated with the entry.