Startup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user