This commit is contained in:
boccioli_m
2015-09-02 10:43:04 +02:00
parent 79e9aac763
commit 45202c5b09
748 changed files with 54734 additions and 0 deletions

View File

@@ -304,6 +304,16 @@ public class TestingList extends Panel {
* initialise the logger
*/
private void initLogger() {
/*
this.evalAsync("bla").handle((ok, ex) -> {
if (ex != null) {
} else {
}
return ok;
});
*/
try {
FileHandler fh;