MSDeployLogEntryOutput interface
MSDeploy log entry
Property Details
message
Log entry message
message?: string
Property Value
string
time
Timestamp of log entry
time?: string
Property Value
string
type
Log entry type
type?: "Warning" | "Error" | "Message"
Property Value
"Warning" | "Error" | "Message"