e.printStackTrace(System.out);
return;
}
// Replace System.out and System.err with a custom PrintStream
SystemLogHandler systemlog = new SystemLogHandler(System.out);
System.setOut(systemlog);
System.setErr(systemlog);
DatabaseLoader.loadOnStartup(Constants.DatabaseXml);
long t2 = System.currentTimeMillis();