Closedown

This commit is contained in:
boccioli_m
2015-06-09 16:12:21 +02:00
parent e16657abb3
commit 1eb8f195da
2 changed files with 1 additions and 4 deletions

View File

@@ -95,6 +95,7 @@ public class TestingList extends Panel {
logger.addHandler(fh);
SimpleFormatter formatter = new SimpleFormatter();
fh.setFormatter(formatter);
logger.log(Level.INFO,"New Testing Session");
} catch (SecurityException e) {
e.printStackTrace();
} catch (IOException e) {