diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 05492e7..2e6d3b8 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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()); + fh = new FileHandler(new java.io.File( "." ).getCanonicalPath() + "\\TestsLog.txt"); logger.addHandler(fh); SimpleFormatter formatter = new SimpleFormatter(); fh.setFormatter(formatter);