Enum ArgumentInfo.HoleType
Type of the hole
Namespace: Unity.Logging
Syntax
public enum HoleType : byte
Fields
Name | Description | Value |
---|---|---|
UserDefined | User named this one - not a built-in hole name |
0 |
BuiltinTimestamp | {Timestamp} |
1 |
BuiltinLevel | {Level} |
2 |
BuiltinStacktrace | {Stacktrace} |
3 |
BuiltinMessage | {Message} used only in templates |
4 |
BuiltinNewLine | {NewLine} |
5 |
BuiltinProperties | {Properties}. Reserved |
6 |