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