LogFile uses FileOutputStream instead of custom platform implementations (#4431) (#4484)

This commit is contained in:
Matej Kenda
2024-03-09 12:00:15 +01:00
committed by GitHub
parent 562600aae3
commit bf164a85a4
13 changed files with 133 additions and 369 deletions

View File

@@ -51,6 +51,9 @@ public:
std::streampos seekpos(std::streampos pos, std::ios::openmode mode = std::ios::in | std::ios::out);
/// change to specified position, according to mode
void flushToDisk();
/// Forces buffered data to be written to the disk
NativeHandle nativeHandle() const;
/// Returns native file descriptor handle