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)

Arguments

width

number of chars to print before wrapping to next line.

Author

David LeBauer

Examples

if (FALSE) { # \dontrun{
logger.setWidth(70)
} # }