6970717273747576777879
if (isRunning()) { return; } try { File logFile = getLogFile().getFile(); log = new CrawlerJournal(logFile); } catch (IOException e) { // TODO Auto-generated catch block throw new RuntimeException(e); } }