StreamLogger bug fix and added new line to JSONWriter flush function
This commit is contained in:
parent
e9715298b6
commit
f1e5e17d50
3 changed files with 18 additions and 24 deletions
|
|
@ -144,6 +144,7 @@ public class JSONWriter{
|
|||
}
|
||||
|
||||
public void flush(){
|
||||
out.print("\n");
|
||||
out.flush();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue