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 |
---|---|
Assert |
Debug assertion that makes sure there is no StringSinks |
Dispose() | Dispose the sink |
Get |
Get everything that was written as a string |
Initialize(Logger, Sink |
Initialization of the sink using Logger and Sink |
To |
Creates Log |