LogData
Description
The structure represents an instance of the Log Data entity.
Constructor
Constructor | Description |
---|---|
LogData | Initializes a new instance of the LogData object model. |
Properties
Property | Description |
---|---|
Id | Gets the id of the log data. |
Message | Gets the message of the log data. |
Level | Gets the log level of the log data. |
TimeStamp | Gets the timestamp of the log data. |
UserName | Gets the username of the process instance creator. |
ProcessName | Gets the process name associated with the process instance. |
ProcessVersion | Gets the version of the process associated with the process instance. |
ProcessId | Gets the ID of the process associated with the process instance. |
JobGuid | Gets the Job ID associated with the log. |
TotalExecutionTime | Gets the total execution time of the process instance. |
ActivityInfo | Gets all the activities and the corresponding information associated with the process instance. |
IsAssistantBuddyLog | A boolean flag indicating whether the log is associated with Assistant Buddy. |
RawMessage | Gets raw message of the log. |
Remarks
Use the LogData object model to get the log of a process instance.