Don't block on flushing the log output to disk
This commit is contained in:
parent
4ef302f9a2
commit
51b08a242f
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ class Network {
|
|||
SuperLogging.logFile.writeAsString(
|
||||
object.toString() + "\n",
|
||||
encoding: Utf8Codec(allowMalformed: true),
|
||||
flush: true,
|
||||
mode: FileMode.append,
|
||||
);
|
||||
}));
|
||||
|
|
Loading…
Add table
Reference in a new issue