Log.alwaysFlush

Always flushes file after logging. might be slow, but will prevent data loss on crashes

struct Log
bool alwaysFlush;

Meta