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.
Arguments
- width
number of chars to print before wrapping to next line.
Value
Invisibly, the previously set width.
This can be used to restore settings after a temporary change.
Examples
if (FALSE) { # \dontrun{
logger.setWidth(70)
} # }