Struct OnLogMessageFormatterDelegate
Struct that wraps OnLogMessageFormatterDelegate for a sink
Inherited Members
Namespace: Unity.Logging.Sinks
Assembly: solution.dll
Syntax
public readonly struct OnLogMessageFormatterDelegate
Constructors
Name | Description |
---|---|
OnLogMessageFormatterDelegate(Delegate) | Constructor that takes the delegate and compiles it with burst |
Properties
Name | Description |
---|---|
IsCreated | True if function pointer was created |
Methods
Name | Description |
---|---|
Invoke(in LogMessage, ref FormatterStruct, ref FixedString512Bytes, ref UnsafeText, IntPtr, IntPtr, Allocator) | Invoke the compiled delegate to convert message into UnsafeText |