.init.logger {ProjectTemplate} | R Documentation |
Initialize the logger for the project
Description
Creates a log4r::logger
and provides a default log file
log/project.log
.
Usage
.init.logger(config, my.project.info)
Arguments
config |
Named list containing the project configuration |
my.project.info |
Named list containing the project information |
Value
Returns my.project.info
amended with the new information.
[Package ProjectTemplate version 0.11.0 Index]