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 |
---|---|
On |
Constructor that takes the delegate and compiles it with burst |
Properties
Name | Description |
---|---|
Is |
True if function pointer was created |
Methods
Name | Description |
---|---|
Invoke(in Log |
Invoke the compiled delegate to convert message into Unsafe |