Closedown

This commit is contained in:
boccioli_m
2015-06-09 14:14:05 +02:00
parent 629a611489
commit f62e21a791

View File

@@ -99,7 +99,7 @@ public class TestingList extends Panel {
try {
FileHandler fh;
// This block configure the logger with handler and formatter
fh = new FileHandler(new java.io.File( "." ).getCanonicalPath() + "\\TestsLog.txt");
fh = new FileHandler(new java.io.File( "." ).getCanonicalPath() + "\\home\\script\\tests\\log\\TestsLog.txt");
logger.addHandler(fh);
SimpleFormatter formatter = new SimpleFormatter();
fh.setFormatter(formatter);