Share via


BinaryLogRecordKind Enum

Definition

Indicates the type of record stored in the binary log. There is a record type for each type of build event and there are also few meta-data record types (e.g. string data, lookup data, EOF).

public enum class BinaryLogRecordKind
public enum BinaryLogRecordKind
type BinaryLogRecordKind = 
Public Enum BinaryLogRecordKind
Inheritance
BinaryLogRecordKind

Fields

Name Value Description
EndOfFile 0
BuildStarted 1
BuildFinished 2
ProjectStarted 3
ProjectFinished 4
TargetStarted 5
TargetFinished 6
TaskStarted 7
TaskFinished 8
Error 9
Warning 10
Message 11
TaskCommandLine 12
CriticalBuildMessage 13
ProjectEvaluationStarted 14
ProjectEvaluationFinished 15
ProjectImported 16
ProjectImportArchive 17
TargetSkipped 18
PropertyReassignment 19
UninitializedPropertyRead 20
EnvironmentVariableRead 21
PropertyInitialValueSet 22
NameValueList 23
String 24
TaskParameter 25
ResponseFileUsed 26
AssemblyLoad 27

Applies to