up funzionante perfetto

This commit is contained in:
Lorenzo Iovino 2017-07-10 21:34:37 +02:00
parent cb63402b9f
commit 6b915932ae
20 changed files with 2541 additions and 576 deletions

View file

@ -31,6 +31,7 @@ public class Logger {
out = new PrintWriter(bw);
Date d = new Date();
out.append("LOGGER ("+name+"): " + d.toString() + " - " + msg + "\n");
System.out.println("LOGGER ("+name+"): " + d.toString() + " - " + msg + "\n");
} catch (IOException e) {
e.printStackTrace();
}