Interface IFileOperations
Syntax
public interface IFileOperations : IDisposable
Methods
Append(Byte*, UInt64, Boolean)
Declaration
void Append(byte *data, ulong length, bool newLine)
Parameters
Flush()
Declaration
Initialize(ref FixedString4096Bytes, ref FixedString64Bytes, ref FixedString4096Bytes)
Declaration
void Initialize(ref FixedString4096Bytes prefix, ref FixedString64Bytes separator, ref FixedString4096Bytes postfix)
Parameters
OpenFileForLogging(ref FixedString512Bytes, ref FixedString32Bytes, Int64, TimeSpan, Int32)
Declaration
bool OpenFileForLogging(ref FixedString512Bytes fileName, ref FixedString32Bytes fileExt, long maxBytes, TimeSpan maxTimeSpan, int maxRoll)
Parameters
Returns