public override void Flush() { lock (this) { // this is very expensive since it closes and reopens the log stream _writer.Sync(); } }
public override void Flush() { writer.Sync(); }