Class FileSinkSystem
File sink class
Implements
Inherited Members
Namespace: Unity.Logging.Sinks
Assembly: Unity.Logging.dll
Syntax
[BurstCompile]
public class FileSinkSystem : SinkSystemBase, IDisposable
Properties
HasFileAccess
True if can access real file system, false if the virtual one
Declaration
public static bool HasFileAccess { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
ToSinkStruct()
Creates Log
Declaration
public override LogController.SinkStruct ToSinkStruct()
Returns
Type | Description |
---|---|
Log |
SinkStruct |