Class LogFormatterText
Plain text formatter
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
[BurstCompile]
public static class LogFormatterText
Properties
Name | Description |
---|---|
Formatter | FormatterStruct that can format text |
Methods
Name | Description |
---|---|
OnLogMessageFormatterFunc(in LogMessage, ref FormatterStruct, ref FixedString512Bytes, ref UnsafeText, IntPtr, IntPtr, Allocator) | Parses the LogMessage to UnsafeText |
ParseMessage(ref FixedString512Bytes, in LogMessage, ref FormatterStruct, ref UnsafeText, ref FixedString512Bytes, ref LogMemoryManager) | Processes a TextLogger message and returns a text string containing the message text along with the context data referenced in the message. |
WriteMessage(in LogMessage, ref FormatterStruct, ref HeaderData, ref UnsafeText, ref FixedString512Bytes, ref LogMemoryManager) | Method that is used to parse the {Message} itself |