up
This commit is contained in:
parent
e5c3202bb2
commit
3a528f307b
25 changed files with 1138 additions and 473 deletions
|
|
@ -29,7 +29,6 @@ public class Logger {
|
|||
fw = new FileWriter(logFile, true);
|
||||
bw = new BufferedWriter(fw);
|
||||
out = new PrintWriter(bw);
|
||||
System.out.println(msg);
|
||||
Date d = new Date();
|
||||
out.append("LOGGER ("+name+"): " + d.toString() + " - " + msg + "\n");
|
||||
} catch (IOException e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue