This enum exposes the log message types that can be used with the pdg.WorkItem.addLog method.
Values ¶
pdg.workItemLogType.Error
The log message is an error. A type stamp and error prefix are added as a prefix to the message.
pdg.workItemLogType.Message
The log message is a generic log entry. A type stamp is added a prefix to the message.
pdg.workItemLogType.Raw
The log message is raw log data, and is added directly to the work item’s log without any additional formatting.
pdg.workItemLogType.Warning
The log message is a warning. A type stamp and warning prefix are added as a prefix to the message.