logger.setLevel: Configure logging level.

Description Usage Arguments Author(s) Examples

View source: R/logger.R

Description

This will configure the logger level. This allows to turn DEBUG, INFO, WARN and ERROR messages on and off.

Usage

1

Arguments

level

the level of the message (ALL, DEBUG, INFO, WARN, ERROR, OFF)

Author(s)

Rob Kooper

Examples

1
2
3
4
## Not run: 
logger.setLevel('DEBUG')

## End(Not run)

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