Method Process
Process(ref LogMessage, ref FormatterStruct, ref UnsafeText, IntPtr, Allocator)
Processes the LogMessage.
Declaration
public void Process(ref LogMessage elem, ref FormatterStruct formatter, ref UnsafeText messageBuffer, IntPtr memManager, Allocator allocator)
Parameters
Type | Name | Description |
---|---|---|
LogMessage | elem | Log message to process |
FormatterStruct | formatter | Formatter |
UnsafeText | messageBuffer | Message buffer that is used as a temporary storage |
IntPtr | memManager | Memory manager where LogMessage's data is stored |
Allocator | allocator | Allocator to use in case of temporary allocation needed during the processing |