R/runPregnancyIdentifier.R
makeLogger.Rd
Create a new logger
makeLogger(outputFolder, outputLogToConsole = TRUE)
The directory where the log should be created
(`logical(1)`) If `TRUE` (default), log messages are written to the console as well as the log file. If `FALSE`, only the file appender is used (useful in tests to keep output clean).
A log4r logger object