getRuntimeErrorsLogPath().getFile().getAbsolutePath(),
new RuntimeErrorFormatter(getLogExtraInfo()), true);
setupLogFile(nonfatalErrors,
getNonfatalErrorsLogPath().getFile().getAbsolutePath(),
new NonFatalErrorFormatter(getLogExtraInfo()), true);
setupLogFile(uriErrors,
getUriErrorsLogPath().getFile().getAbsolutePath(),
new UriErrorFormatter(), true);