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 or sets Id of the log. |
Message | Gets the message of the log. |
Level | Gets the log level of the job. |
UserName | Gets the username of the job got created. |
MachineName | Gets the job executed machine name. |
ProcessName | Gets the process name for which the job got created. |
ProcessVersion | Gets the current version of the job process created. |
ProcessId | Gets the process Id for which the job got created. |
JobGuid | Gets the GUID value assigned to the job. |
JobId | Gets the Id of the job. |
BotId | Gets the Id of the bot. |
TotalExecutionTime | Gets the total execution time of the job. |
ActivityInfo | Gets the activity info of the job. |
IsAssistantBuddyLog | Gets the value that indicates whether to get the AssistantBuddy log. |
RawMessage | Gets the raw message of the job. |
Remarks
Use the LogData object model to get information about the log after the job execution.