Enum LogContextWithDecorator.Mode
Mode that defines if this is 512 or 4096 elements list
Namespace: Unity.Logging.Internal
Syntax
public enum Mode
Fields
Name | Description | Value |
---|---|---|
Length4096 | Means that FixedList4096Bytes{PayloadHandle} is used |
|
Length512 | Means that FixedList512Bytes{PayloadHandle} is used |