R/logger.R
logger.setWidth.Rd
The default is for 60 chars per line. Setting this to any value will wrap the line when printing a message at that many chars.
logger.setWidth(width)
number of chars to print before wrapping to next line.
David LeBauer
if (FALSE) { # \dontrun{ logger.setWidth(70) } # }