Enum LogEntryType
Type of log entry.
public enum LogEntryType
Fields
Debug = 6Debug-level message.
Error = 5Error message.
Info = 3Informational message.
Output = 7Raw command output.
StepCompleted = 1A build step completed successfully.
StepFailed = 2A build step failed.
StepStarted = 0A build step started.
Warning = 4Warning message.