Add the default error report logger
addDefaultErrorReportLogger(fileName = file.path(getwd(), "errorReportR.txt"))
The name of the file to write to.
Creates a logger named 'DEFAULT_ERRORREPORT_LOGGER' that writes to a file using the "FATAL" threshold and the
layoutErrorReport
layout. The file will be overwritten if it is
older than 60 seconds. The user will be notified that the error report has been
created, and where to find it.