);
}
if (logFile != null) {
try {
tripleHandler = new LoggingTripleHandler(tripleHandler, new PrintWriter(logFile));
} catch (FileNotFoundException fnfe) {
throw new IllegalArgumentException( format("Can not write to log file [%s]", logFile), fnfe );
}
}