Struct OnLogMessageEmitDelegate
Struct that wraps OnLogMessageEmitDelegate for a sink
Inherited Members
Namespace: Unity.Logging.Sinks
Assembly: solution.dll
Syntax
public readonly struct OnLogMessageEmitDelegate
Constructors
Name | Description |
---|---|
OnLogMessageEmitDelegate(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 FixedString512Bytes, ref UnsafeText, IntPtr, IntPtr, Allocator) | Invoke the delegate that emits the message converted to UnsafeText |