MSDeployLogEntryOutput interface
MSDeploy 日志条目
属性详细信息
message
日志条目消息
message?: string
属性值
string
time
日志条目的时间戳
time?: string
属性值
string
type
日志条目类型
type?: "Warning" | "Error" | "Message"
属性值
"Warning" | "Error" | "Message"