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.

Examples

# NOT RUN {
logger.setWidth(70)
# }