pub const FXF_APPEND: u32 = 0x0000_0004;
In append mode the offset in each WRITE is ignored and the server places the data at the end. That is what makes a single-writer log safe without any locking.