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)
Invisibly, the previously set width. This can be used to restore settings after a temporary change.
if (FALSE) { # \dontrun{
logger.setWidth(70)
} # }