Class StringSink
String sink class
Implements
Inherited Members
Namespace: Unity.Logging.Sinks
Assembly: solution.dll
Syntax
[BurstCompile]
public class StringSink : SinkSystemBase, IDisposable
Methods
Name | Description |
---|---|
AssertNoSinks() | Debug assertion that makes sure there is no StringSinks |
Dispose() | Dispose the sink |
GetString() | Get everything that was written as a string |
Initialize(Logger, SinkConfiguration) | Initialization of the sink using Logger and SinkConfiguration of this Sink |
ToSinkStruct() | Creates LogController.SinkStruct |