Table of Contents

Enum LogEntryType

Namespace
Ando.Server.Models
Assembly
Ando.Server.dll

Type of log entry.

public enum LogEntryType

Fields

Debug = 6

Debug-level message.

Error = 5

Error message.

Info = 3

Informational message.

Output = 7

Raw command output.

StepCompleted = 1

A build step completed successfully.

StepFailed = 2

A build step failed.

StepStarted = 0

A build step started.

Warning = 4

Warning message.