Class LogFormatterJson
Json structured formatter
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
[BurstCompile]
public static class LogFormatterJson
Properties
Name | Description |
---|---|
Formatter | FormatterStruct that can format JSON |
Methods
Name | Description |
---|---|
OnLogMessageFormatterFunc(in LogMessage, ref FormatterStruct, ref FixedString512Bytes, ref UnsafeText, IntPtr, IntPtr, Allocator) | Parses the LogMessage to Json UnsafeText |