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 |
---|---|
On |
Parses the LogMessage to UnsafeText |
Parse |
Processes a TextLogger message and returns a text string containing the message text along with the context data referenced in the message. |
Write |
Method that is used to parse the {Message} itself |