Interface IFileOperations
General approach for file operations. Currently used to implement file rolling options in FileRollingLogic<T>
Inherited Members
Namespace: Unity.Logging.Sinks
Assembly: solution.dll
Syntax
public interface IFileOperations : IDisposable
Methods
Name | Description |
---|---|
Append(byte*, ulong, bool) | Update state on data that is appended and writes data into the file |
Flush() | Flush any ongoing file operations |
OpenFileForLogging(ref Configuration) | Initializes state with file sink configuration |