The name of the file where the logging information should be written to.

logger.setOutputFile(filename)

Arguments

filename

the file to send the log messages to (or NA to not write to file)

Examples

# NOT RUN {
logger.setOutputFile('pecan.log')
# }