powered by
logformat(x) logformat(x) <- value "logformat"(x) "logformat"(x) <- value
library('log4r') logger <- create.logger(logfile = 'debugging.log', level = 'DEBUG') print(logformat(logger)) logformat(logger) <- 'FORMAT STRING'
Run the code above in your browser using DataLab