logger.setWidth: Configure the number of chars per line

Description Usage Arguments Author(s) Examples

View source: R/logger.R

Description

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.

Usage

1

Arguments

width

number of chars to print before wrapping to next line.

Author(s)

David LeBauer

Examples

1
2
3
4
## Not run: 
logger.setWidth(70)

## End(Not run)

infotroph/PEcAn.logger documentation built on May 23, 2019, 1:09 p.m.