added Stream.Flush to FileLogger
This commit is contained in:
@@ -36,6 +36,7 @@ public class FileLogger : IDisposable
|
|||||||
LogfileStream.Write(strb.ToString().ToBytes());
|
LogfileStream.Write(strb.ToString().ToBytes());
|
||||||
}
|
}
|
||||||
LogfileStream.WriteByte('\n'.ToByte());
|
LogfileStream.WriteByte('\n'.ToByte());
|
||||||
|
LogfileStream.Flush();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user