Interface IFileOperationsImplementation
Interface for file writer implementations
Namespace: Unity.Logging.Sinks
Assembly: solution.dll
Syntax
public interface IFileOperationsImplementation
Methods
Name | Description |
---|---|
CloseFile(IntPtr) | Close the file |
FlushFile(IntPtr) | Flush file |
OpenFile(ref FixedString4096Bytes) | Opens the file for writing |
Write(IntPtr, byte*, ulong, ulong*) | Writes data into the file |