Struct HeaderData
Decodes payload for LogMessages
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
[BurstCompile]
public readonly struct HeaderData
Fields
Name | Description |
---|---|
Context |
Payload handles that are context buffers |
Decoration |
Payload handles that are decoration buffers |
Error | Error code that was detected during the parsing of the binary data |
Message |
Message buffer length in bytes |
Message |
Pointer to message buffer UTF8 string |
Payloads | Payload handles attached to the LogMessage |
Payloads |
Count of payload handles attached to the LogMessage |
Properties
Name | Description |
---|---|
Context |
Index of payload handle that is context buffer |
Decoration |
Number of payload handles that are decoration pairs |
Methods
Name | Description |
---|---|
Parse(in Log |
Parses Header of the binary data |
Try |
Try to get the Payload |
Try |
Try to get the Payload |