up funzionante perfetto
This commit is contained in:
parent
cb63402b9f
commit
6b915932ae
20 changed files with 2541 additions and 576 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue