fixed logging behaviour
This commit is contained in:
parent
8dcccc86ba
commit
97e2310c22
3 changed files with 8 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ class SimpleLogger {
|
|||
|
||||
if (this.writable) {
|
||||
try {
|
||||
this.logWriter.write(message);
|
||||
this.logWriter.write(message + "\n");
|
||||
this.logWriter.flush();
|
||||
|
||||
} catch (IOException e) {
|
||||
System.out.println(e.getMessage());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue